-
-
Save yatt/11219240 to your computer and use it in GitHub Desktop.
snap links lite(1.3.4)が最新のchrome( 34.0.1847.116 m)で設定を保存できなかったので直接修正
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chrome.extension.sendMessage({message:'snaplinksInit'}, function(ret){ | |
| visibleOnly = ret.visibleOnly; | |
| button = ret.button; | |
| // 2014/04/21 設定が反映されないのでソースを修正 | |
| button = 1; | |
| reverse = ret.reverse; | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment