Jot
This extension replaces the new tab page for note taking.
Cos'è Jot?
Jot è un'estensione di Chrome sviluppata da Matt O'Hagan, e la sua funzione principale è "This extension replaces the new tab page for note taking.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jot
Scarica i file di estensione Jot 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
Quick note taking extension to replace the new tab page. To add more pictures for the next version, send a pull request to github.com/mattohagan/jot.
Informazioni di Base sull'Estensione
Nome | Jot |
ID | mnemjleajnmodijhnibpekloajfdjjja |
URL Ufficiale | https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja |
Descrizione | This extension replaces the new tab page for note taking. |
Dimensione del File | 22.54 MB |
Conteggio Installazioni | 8,471 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2014-10-04 |
Data di Pubblicazione | 2014-10-03 |
Valutazione | 3.73/5 Totale 136 Valutazioni |
Sviluppatore | Matt O'Hagan |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://mattohagan.github.io |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jot", "description": "This extension replaces the new tab page for note taking.", "version": "0.2", "chrome_url_overrides": { "newtab": "jot.html" }, "icons": { "128": "icon128.png" } } |