Shakespeare
Save notes by website path
What is Shakespeare?
Shakespeare is a Chrome extension developed by http://www.blackfish.fi, and its main feature is "Save notes by website path".
Extension Screenshots
Download Shakespeare Extension CRX File
Download Shakespeare extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With Shakespeare you can save notes by website path. Every note is stored localy. "All notes" view is also available for better handling. Shakepseare is lacking some intended features but hold on, more features are coming! ** Version 0.0.1 ** * Initial version
Extension Basic Information
Name | |
ID | oafilfdaajfcfciemijddcoppbkgagof |
Official URL | https://chrome.google.com/webstore/detail/shakespeare/oafilfdaajfcfciemijddcoppbkgagof |
Description | Save notes by website path |
File Size | 213 KB |
Installation Count | 19 |
Current Version | 0.0.1 |
Last Updated | 2015-08-19 |
Publish Date | 2015-08-19 |
Developer | http://www.blackfish.fi |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shakespeare", "version": "0.0.1", "description": "Save notes by website path", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Shakespeare", "default_popup": "src\/popup.html" }, "permissions": [ "clipboardRead", "clipboardWrite", "tabs", "unlimitedStorage", "storage", "contextMenus" ], "background": { "scripts": [ "src\/js\/uri.min.js", "src\/js\/Core.js", "src\/background.js" ] }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+S" } } } } |