Gratitutab
Override the new tab page with your own aesthetic todolist
Co to jest Gratitutab?
Gratitutab to rozszerzenie Chrome opracowane przez robert.zhang1996, a jego główną funkcją jest „Override the new tab page with your own aesthetic todolist”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gratitutab
Pobierz pliki rozszerzeń Gratitutab 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
A simple, yet powerful, beautiful to-do list chrome extension that aims to instil gratitude in busy and high-stressed people. Instead of saying "I have to do", they can now say "I get to..." do certain tasks every day.
Designed by: Sophie Cheung @sophie.vision Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lanmkhlbcjehkkgpbplhijiggoilhnpl |
| Oficjalny URL | https://chromewebstore.google.com/detail/gratitutab/lanmkhlbcjehkkgpbplhijiggoilhnpl |
| Opis | Override the new tab page with your own aesthetic todolist |
| Rozmiar pliku | 371 KB |
| Liczba instalacji | 1,068 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2021-09-07 |
| Data Publikacji | 2021-03-20 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | robert.zhang1996 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gratitutab",
"description": "Override the new tab page with your own aesthetic todolist",
"version": "1.0.2",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2,
"permissions": [
"storage"
]
} | |