Notetab - capture your thoughts
Capture your thoughts seamlessly in the new tab page
Was ist Notetab - capture your thoughts?
Notetab - capture your thoughts ist eine Chrome-Erweiterung, die von Nicklas Cook entwickelt wurde, und ihr Hauptmerkmal ist "Capture your thoughts seamlessly in the new tab page".
Erweiterungsscreenshots
Notetab - capture your thoughts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notetab - capture your thoughts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | malimlglkbkgjkainkeemkhmedcbeene |
| Offizielle URL | https://chromewebstore.google.com/detail/notetab-capture-your-thou/malimlglkbkgjkainkeemkhmedcbeene |
| Beschreibung | Capture your thoughts seamlessly in the new tab page |
| Dateigröße | 175 KB |
| Installationsanzahl | 190 |
| Aktuelle Version | 1.4.5 |
| Letztes Update | 2017-04-30 |
| Veröffentlichungsdatum | 2017-04-30 |
| Bewertung | 4.86/5 Insgesamt 7 Bewertungen |
| Entwickler | Nicklas Cook |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/nicklascook/Notetab |
| Unterstützte Sprachen | 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
} | |