Gratitutab
Override the new tab page with your own aesthetic todolist
Vad är Gratitutab?
Gratitutab är en Chrome-tillägg utvecklad av robert.zhang1996, och dess huvudfunktion är "Override the new tab page with your own aesthetic todolist".
Tilläggsskärmbilder
Ladda ner Gratitutab-förlängningens CRX-fil
Ladda ner Gratitutab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | lanmkhlbcjehkkgpbplhijiggoilhnpl |
| Officiell webbadress | https://chromewebstore.google.com/detail/gratitutab/lanmkhlbcjehkkgpbplhijiggoilhnpl |
| Beskrivning | Override the new tab page with your own aesthetic todolist |
| Filstorlek | 371 KB |
| Antal Installationer | 1,068 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2021-09-07 |
| Publiceringsdatum | 2021-03-20 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | robert.zhang1996 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |