* 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
Check the value of "event.data" before dereferencing it,
to avoid errors when void messages are sent using postMessage.
And remove the "event.data.direction" truthness check, because the
actual value is already tested at the next line.
* Rewrite of bookmark-it, fixing issue 182 and some other problems
* Catch rejected promises
* Update with review comments, and some more fixes
* Revise fix to be much closer to original
* Remove extra semicolon
Provide a single .py that handles both Python 2.x and Python 3.x
* Fix python3
* Use one Python file to handle both Python 3.x and Python 2.x
* Actually add the new file this time
* Remove unnecessary parentheses
It looks like in a previous change the website used to demonstrate the
useragent rewriting was changed but the addon permission wasn't updated
so the demonstration didn't work.