Notetab - capture your thoughts
Capture your thoughts seamlessly in the new tab page
Co to jest Notetab - capture your thoughts?
Notetab - capture your thoughts to rozszerzenie Chrome opracowane przez Nicklas Cook, a jego główną funkcją jest „Capture your thoughts seamlessly in the new tab page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Notetab - capture your thoughts
Pobierz pliki rozszerzeń Notetab - capture your thoughts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | malimlglkbkgjkainkeemkhmedcbeene |
| Oficjalny URL | https://chromewebstore.google.com/detail/notetab-capture-your-thou/malimlglkbkgjkainkeemkhmedcbeene |
| Opis | Capture your thoughts seamlessly in the new tab page |
| Rozmiar pliku | 175 KB |
| Liczba instalacji | 190 |
| Aktualna Wersja | 1.4.5 |
| Ostatnia Aktualizacja | 2017-04-30 |
| Data Publikacji | 2017-04-30 |
| Ocena | 4.86/5 Łącznie 7 Oceny |
| Deweloper | Nicklas Cook |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/nicklascook/Notetab |
| Obsługiwane Języki | 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
} | |