Unmark firefox extension
Unmark for Firefox
NOTE: This extension is no longer under active development and DOES NOT work with Firefox 48+ due to Electrolysis (e10s) muti-threaded execution engine.
The Unmark extension for firefox, adds a button to your firefox toolbar allowing you to quickly add a bookmark for the page you're viewing to your Unmark Reading-List.
The addon can be downloaded rom the AMO (addons.mozilla.org) website here: https://addons.mozilla.org/en-US/firefox/addon/unmark/
Note: if you'd prefer not to wait for the AMO update, the latest version can always be downloaded here. (Current version: 0.1.2 - March 27, 2014)
The lowdown
By default, the extension will connect to the official Unmark hosted service (https://unmark.it) (which hosts both free and premium accounts).
Unmark is made by the team over at Plain (http://plainmade.com/) they're pretty awesome - check out their other products.
You can configure the Unmark extension to connect to your own locally hosted Unmark server by editing the server connection URL in the options.
Configuring the Extension Server Url:
You can download your own copy of Unmark from GitHub: https://github.com/plainmade/unmark
or, sign up for a free or premium account at https://unmark.it
Why?
The main reason I decided to create this add-on was (besides the fact it doesn't otherwise exist), I do a lot of internet development and web-security work and the unmark "bookmarklet" runs as in-line javascript and therefore is restricted by the Content Security Policy (http://www.w3.org/TR/CSP11/) headers that a lot of the sites I regularly visit have now implemented (GitHub etc.). Firefox add-ons (being part of the chrome) don't suffer that restriction.
See also: http://www.html5rocks.com/en/tutorials/security/content-security-policy/
Support
Install this addon:
https://addons.mozilla.org/en-US/firefox/addon/unmark/
Report issues with this addon here:
https://github.com/Neurotechnics/unmark-firefox-addon/issues
Fork this project on GitHub:
https://github.com/Neurotechnics/unmark-firefox-addon
Version History
0.1.6 - July 7, 2014
- Added languages:
- German (Deutsch / de)
- French (Français / fr)
- Russian (Русский / ru)
0.1.5 - May 29, 2014
- Added restrictions to "QueryString" length for IIS hosted installations.
- Updated page description and keyword parsing.
- Updated shotcut keys:
- [Ctrl]+[Alt]+[B] - Bookmark the current page;
- [Ctrl]+[Alt]+[U] - View your Unmark reading list;
- Updated icons.
0.1.4 - April 29, 2014
- Automatically create notes for your bookmarks based on a pages meta-data.
0.1.3 - March 28, 2014
This release consolidates v0.1.1 and v0.1.2 into a bug-free version
- Added Toolbar menu;
- Added menu icons;
- Fixed localization references;
- Updated url validation for unloaded tabs;
- Disable unmark toolbar button when the active browser tab does not contain a valid web-page;
- Updated preferences window layout;
0.1 - March 19, 2014
- Initial Release;