aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/background.html
Commit message (Collapse)AuthorAge
* Add polyfills for Gecko's WebExtension implementationispedals2016-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 libAlex Yatskov2016-04-16
|
* Options now workAlex Yatskov2016-04-06
|
* File reorgAlex Yatskov2016-04-04
|
* Don't use JQuery in content scriptAlex Yatskov2016-03-29
|
* Reorg and add stub options pageAlex Yatskov2016-03-28