Gratitutab

Override the new tab page with your own aesthetic todolist

What is Gratitutab?

Gratitutab is a Chrome extension developed by robert.zhang1996, and its main feature is "Override the new tab page with your own aesthetic todolist".

Extension Screenshots

screenshot
screenshot

Download Gratitutab Extension CRX File

Download Gratitutab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Gratitutab Gratitutab
ID lanmkhlbcjehkkgpbplhijiggoilhnpl
Official URL https://chromewebstore.google.com/detail/gratitutab/lanmkhlbcjehkkgpbplhijiggoilhnpl
Description Override the new tab page with your own aesthetic todolist
File Size 371 KB
Installation Count 1,068
Current Version 1.0.2
Last Updated 2021-09-07
Publish Date 2021-03-20
Rating 5.00/5 Total 1 Ratings
Developer robert.zhang1996
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}