Notetab - capture your thoughts
Capture your thoughts seamlessly in the new tab page
Cos'è Notetab - capture your thoughts?
Notetab - capture your thoughts è un'estensione di Chrome sviluppata da Nicklas Cook, e la sua funzione principale è "Capture your thoughts seamlessly in the new tab page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notetab - capture your thoughts
Scarica i file di estensione Notetab - capture your thoughts 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
Replace the new tab with a better way to manage your life. Lightweight, minimalistic and blazing fast.
✔ Seamless syncing of notes across your Google account.
✔ Beautiful background images from reddit.com/r/Earthporn
✔ 'Notepads' to create lists, separate notes and much more.
✔ Bookmarks with images built in.
✔ Simple timer.
✔ Material Design with both light and dark themes.
More Information:
https://github.com/nicklascook/Notetab Informazioni di Base sull'Estensione
| Nome | |
| ID | malimlglkbkgjkainkeemkhmedcbeene |
| URL Ufficiale | https://chromewebstore.google.com/detail/notetab-capture-your-thou/malimlglkbkgjkainkeemkhmedcbeene |
| Descrizione | Capture your thoughts seamlessly in the new tab page |
| Dimensione del File | 175 KB |
| Conteggio Installazioni | 190 |
| Versione Corrente | 1.4.5 |
| Ultimo Aggiornamento | 2017-04-30 |
| Data di Pubblicazione | 2017-04-30 |
| Valutazione | 4.86/5 Totale 7 Valutazioni |
| Sviluppatore | Nicklas Cook |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/nicklascook/Notetab |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notetab - capture your thoughts",
"author": "Nicklas Cook",
"version": "1.4.5",
"description": "Capture your thoughts seamlessly in the new tab page",
"short_name": "Notetab",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"icons": {
"128": "icon128.png"
},
"manifest_version": 2
} | |