Gratitutab

Override the new tab page with your own aesthetic todolist

Cos'è Gratitutab?

Gratitutab è un'estensione di Chrome sviluppata da robert.zhang1996, e la sua funzione principale è "Override the new tab page with your own aesthetic todolist".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gratitutab

Scarica i file di estensione Gratitutab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Gratitutab Gratitutab
ID lanmkhlbcjehkkgpbplhijiggoilhnpl
URL Ufficiale https://chromewebstore.google.com/detail/gratitutab/lanmkhlbcjehkkgpbplhijiggoilhnpl
Descrizione Override the new tab page with your own aesthetic todolist
Dimensione del File 371 KB
Conteggio Installazioni 1,068
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-09-07
Data di Pubblicazione 2021-03-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore robert.zhang1996
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}