SpiderNotes
Notes in your browser: Private, Synchronized, Secure.
Cos'è SpiderNotes?
SpiderNotes è un'estensione di Chrome sviluppata da andornaut, e la sua funzione principale è "Notes in your browser: Private, Synchronized, Secure.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SpiderNotes
Scarica i file di estensione SpiderNotes 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
With SpiderNotes you can: - Take and search your notes while you browse the web. - Know when your notes link to the websites that you visit. - Keep your notes private and offline by default. - Optionally encrypt and sync your notes. SpiderNotes is open source: https://github.com/andornaut/spidernotes-chrome
Informazioni di Base sull'Estensione
Nome | SpiderNotes |
ID | mgghkmeinhhcldkigpioebfjfghdeofl |
URL Ufficiale | https://chromewebstore.google.com/detail/spidernotes/mgghkmeinhhcldkigpioebfjfghdeofl |
Descrizione | Notes in your browser: Private, Synchronized, Secure. |
Dimensione del File | 270 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2016-03-04 |
Data di Pubblicazione | 2016-03-03 |
Sviluppatore | andornaut |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/andornaut/spidernotes-chrome |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "andornaut", "background": { "scripts": [ "app.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": "assets\/img\/icon19.png", "default_title": "SpiderNotes", "default_popup": "popup.html" }, "description": "Notes in your browser: Private, Synchronized, Secure.", "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "64": "assets\/img\/icon64.png", "128": "assets\/img\/icon128.png" }, "manifest_version": 2, "minimum_chrome_version": "31", "name": "SpiderNotes", "offline_enabled": true, "options_page": "options.html", "permissions": [ "https:\/\/spider-notes.appspot.com\/", "storage", "tabs" ], "version": "1.0.5" } |