yomichan/ext/bg/js
ispedals b4fe1f1fa6 Add polyfills for Gecko's WebExtension implementation
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.
2016-06-19 12:54:12 -04:00
..
deinflector.js Use let instead of const in for loops. 2016-06-14 20:44:38 -07:00
dictionary.js Use let instead of const in for loops. 2016-06-14 20:44:38 -07:00
options-form.js Removing HTML option 2016-06-14 20:44:38 -07:00
options.js Use let instead of const in for loops. 2016-06-14 20:44:38 -07:00
polyfill-gecko.js Add polyfills for Gecko's WebExtension implementation 2016-06-19 12:54:12 -04:00
templates.js Cleanup 2016-06-14 20:44:38 -07:00
translator.js Use let instead of const in for loops. 2016-06-14 20:44:38 -07:00
yomichan.js Support tagging 2016-06-14 20:44:38 -07:00