Gratitutab
Override the new tab page with your own aesthetic todolist
Wat is Gratitutab?
Gratitutab is een Chrome-extensie ontwikkeld door robert.zhang1996, en de belangrijkste functie is "Override the new tab page with your own aesthetic todolist".
Extensie Screenshots
Download het CRX-bestand van de extensie Gratitutab
Download Gratitutab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | lanmkhlbcjehkkgpbplhijiggoilhnpl |
| Officiële URL | https://chromewebstore.google.com/detail/gratitutab/lanmkhlbcjehkkgpbplhijiggoilhnpl |
| Beschrijving | Override the new tab page with your own aesthetic todolist |
| Bestandsgrootte | 371 KB |
| Aantal Installaties | 1,068 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2021-09-07 |
| Publicatiedatum | 2021-03-20 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | robert.zhang1996 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |