* Improve content script injection
* Add an error handler for content script injection
* Use a guard variable in the content script, instead
* Fix comment
* Ensure tabID is unchanged; fix image styles
* Only inject script once; use CSS to hide page
* Display an error when the script can't be executed; document other limitations
* Log error on script execute failure
* Added example of using export helpers
* stop using wrapedJSObject with exportFunction; remove createObjectIn
* Updated for review comments
* Fix content_scripts 'matches' property
* convert chrome. to browser. Issue #165
* fix browser-polyfill
* convert chrome.* to browser.* (#166)
* convert chrome.* to browser.*
* change chrome to browser
* change the callback-style to promise-style
* change the callback-style to promise-style
* README.md
1st commit
* New demo with devtools and the webextensions
* evolution script example
* Remove commented out code, to see if it triggers a Travis build
* Updated README; added more descriptive labels for buttons
* Added some comments
* update evolution
* correction
* correction next
* correction next
* update script for jquery
* update part jquery in the devtools
* Remove jQuery check from handleResult
There are a couple of queries about the item for themes:
* I was unclear whether to delete the javascript_apis key or use an empty list - I've used an empty list.
* The macros suggests it would be safe to use HTML formatting in the description, so I have done so to create the list of themes (rather than split them out individually)
* Selfify example for how to access files article
* Restored selfify.js and updated choose_file.js as suggested by Luca
* Updated comments
* Updates for feedback from Will
* Updates from the second round of feedback
* removed activetab from manifest, removed document.body.appendChild(info);, renamed the content script (selfify > content), renamed the listener (selfify > injectImage) and moved example to imagify folder.
* Correctly renamed folder and update manifest.json
* new example: image-reference-collector (indexedDB file storage demo)
* fix: added missing deps, updated all npm dependencies and webpack config to v.2
* chore: Renamed the example to store-collected-images
* chore: Removed from utils/image-store any direct call to the UI code
* move example built using webpack into its own subdir
* tweak browser action title
* added plain webextension example (without webpack build step)
* added README.md file to plain webextension example
* small changed based on the review comments
* fixed typo in store-collected-images example (webpack-based version)
* Remove React from the store-collected-images (plain webextension version)
* Fix eslint errors on store-collected-images example (both versions)
* Fix some typos in the README files