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" } } } } |