Shakespeare
Save notes by website path
Apa itu Shakespeare?
Shakespeare adalah ekstensi Chrome yang dikembangkan oleh http://www.blackfish.fi, dan fitur utamanya adalah "Save notes by website path".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Shakespeare
Unduh file ekstensi Shakespeare dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | oafilfdaajfcfciemijddcoppbkgagof |
URL Resmi | https://chrome.google.com/webstore/detail/shakespeare/oafilfdaajfcfciemijddcoppbkgagof |
Deskripsi | Save notes by website path |
Ukuran File | 213 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2015-08-19 |
Tanggal Publikasi | 2015-08-19 |
Pengembang | http://www.blackfish.fi |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } } |