Save It
Save, view and edit your favourite words. Forgot your words translation? Add description to them.
Cos'è Save It?
Save It è un'estensione di Chrome sviluppata da Saw207, e la sua funzione principale è "Save, view and edit your favourite words. Forgot your words translation? Add description to them.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save It
Scarica i file di estensione Save It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension focuses on providing simple and easy way to store text in your browser. It's features are : -save -view -edit -sort -import -export If you find any bugs or you've came across problem with extension, please contact me for example via support option on the details-tab of this page. SaveIt is open source project available at https://github.com/swpw/SaveIt .
Informazioni di Base sull'Estensione
Nome | Save It |
ID | ecojcaocmonpinbacfiglhcjedpcbjcf |
URL Ufficiale | https://chromewebstore.google.com/detail/save-it/ecojcaocmonpinbacfiglhcjedpcbjcf |
Descrizione | Save, view and edit your favourite words. Forgot your words translation? Add description to them. |
Dimensione del File | 36.85 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.3.3 |
Ultimo Aggiornamento | 2019-01-17 |
Data di Pubblicazione | 2019-01-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Saw207 |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save It", "version": "1.3.3", "description": "Save, view and edit your favourite words. Forgot your words translation? Add description to them.", "homepage_url": "https:\/\/github.com\/swpw\/SaveIt", "icons": { "128": "icon128.png", "48": "icon32.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": ".\/popup\/popup.html" }, "options_page": ".\/options\/options.html", "background": { "scripts": [ ".\/event\/contextMenu.js", ".\/event\/badges.js", ".\/event\/initOptions.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "contextMenus", "tabs" ] } |