Gratitutab

Override the new tab page with your own aesthetic todolist

O que é Gratitutab?

Gratitutab é uma extensão do Chrome desenvolvida por robert.zhang1996, e sua principal característica é "Override the new tab page with your own aesthetic todolist".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Gratitutab

Baixe arquivos de extensão Gratitutab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Gratitutab Gratitutab
ID lanmkhlbcjehkkgpbplhijiggoilhnpl
URL Oficial https://chromewebstore.google.com/detail/gratitutab/lanmkhlbcjehkkgpbplhijiggoilhnpl
Descrição Override the new tab page with your own aesthetic todolist
Tamanho do Arquivo 371 KB
Contagem de Instalações 1,068
Versão Atual 1.0.2
Última Atualização 2021-09-07
Data de Publicação 2021-03-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor robert.zhang1996
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}