Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add polyfills for Gecko's WebExtension implementation | ispedals | 2016-06-19 |
| | | | | | | | | Gecko currently does not support chrome.storage.sync and chrome.runtime.onInstalled. Use chrome.storage.local instead of sync and ignore calls to onInstalled. The implication of not having runtime.onInstalled is that the options page is not shown on first-run. | ||
* | Moving lib | Alex Yatskov | 2016-04-16 |
| | |||
* | Options now work | Alex Yatskov | 2016-04-06 |
| | |||
* | File reorg | Alex Yatskov | 2016-04-04 |
| | |||
* | Don't use JQuery in content script | Alex Yatskov | 2016-03-29 |
| | |||
* | Reorg and add stub options page | Alex Yatskov | 2016-03-28 |