Gratitutab
Override the new tab page with your own aesthetic todolist
Hvad er Gratitutab?
Gratitutab er en Chrome-udvidelse udviklet af robert.zhang1996, og dens hovedfunktion er "Override the new tab page with your own aesthetic todolist".
Udvidelsesskærmbilleder
Download Gratitutab-udvidelses-CRX-fil
Download Gratitutab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lanmkhlbcjehkkgpbplhijiggoilhnpl |
| Officiel URL | https://chromewebstore.google.com/detail/gratitutab/lanmkhlbcjehkkgpbplhijiggoilhnpl |
| Beskrivelse | Override the new tab page with your own aesthetic todolist |
| Filstørrelse | 371 KB |
| Antal Installationer | 1,068 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2021-09-07 |
| Udgivelsesdato | 2021-03-20 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | robert.zhang1996 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |