Shakespeare
Save notes by website path
Wat is Shakespeare?
Shakespeare is een Chrome-extensie ontwikkeld door http://www.blackfish.fi, en de belangrijkste functie is "Save notes by website path".
Extensie Screenshots
Download het CRX-bestand van de extensie Shakespeare
Download Shakespeare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | oafilfdaajfcfciemijddcoppbkgagof |
Officiële URL | https://chrome.google.com/webstore/detail/shakespeare/oafilfdaajfcfciemijddcoppbkgagof |
Beschrijving | Save notes by website path |
Bestandsgrootte | 213 KB |
Aantal Installaties | 19 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2015-08-19 |
Publicatiedatum | 2015-08-19 |
Ontwikkelaar | http://www.blackfish.fi |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } } |