Shakespeare
Save notes by website path
Shakespeareとは何ですか?
Shakespeareはhttp://www.blackfish.fiによって開発されたChromeの拡張機能で、その主な機能は「Save notes by website path」です。
拡張機能のスクリーンショット
Shakespeare拡張機能のCRXファイルをダウンロード
Shakespeare拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | oafilfdaajfcfciemijddcoppbkgagof |
公式URL | https://chrome.google.com/webstore/detail/shakespeare/oafilfdaajfcfciemijddcoppbkgagof |
説明 | Save notes by website path |
ファイルサイズ | 213 KB |
インストール数 | 19 |
現在のバージョン | 0.0.1 |
最終更新日 | 2015-08-19 |
公開日 | 2015-08-19 |
開発者 | http://www.blackfish.fi |
支払い方法 | free |
対応言語 | 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" } } } } |