Super Quick Notes
Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
Cos'è Super Quick Notes?
Super Quick Notes è un'estensione di Chrome sviluppata da Tilek Mamutov, e la sua funzione principale è "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Super Quick Notes
Scarica i file di estensione Super Quick Notes 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
Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page. Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose. This text editor is powered by Quill rich text editor. If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.
Informazioni di Base sull'Estensione
Nome | |
ID | fojgjomfklhcldkiolieinholgmafcfm |
URL Ufficiale | https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm |
Descrizione | Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome. |
Dimensione del File | 125 KB |
Conteggio Installazioni | 218 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2017-01-04 |
Data di Pubblicazione | 2017-01-04 |
Valutazione | 4.43/5 Totale 7 Valutazioni |
Sviluppatore | Tilek Mamutov |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Quick Notes", "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.", "version": "1.1.3", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |