Thought Of The Day New Tab

A new tab page that displays a random thought

What is Thought Of The Day New Tab?

Thought Of The Day New Tab is a Chrome extension developed by https://yoonicode.com, and its main feature is "A new tab page that displays a random thought".

Extension Screenshots

screenshot
screenshot

Download Thought Of The Day New Tab Extension CRX File

Download Thought Of The Day New Tab 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

                        Displays a random thought each day.
Includes jokes, insightful ponderings, and funny quotes.                    

Extension Basic Information

Name Thought Of The Day New Tab Thought Of The Day New Tab
ID njlagipiginhdcflkbmepojhpddfegdl
Official URL https://chromewebstore.google.com/detail/thought-of-the-day-new-ta/njlagipiginhdcflkbmepojhpddfegdl
Description A new tab page that displays a random thought
File Size 37.66 KB
Installation Count 65
Current Version 2.0
Last Updated 2023-11-24
Publish Date 2017-05-23
Rating 3.33/5 Total 3 Ratings
Developer https://yoonicode.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://yoonicode.com/legal/totd.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thought Of The Day New Tab",
    "description": "A new tab page that displays a random thought",
    "version": "2.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "thoughtPage.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/cog-solid.png",
                "resources\/jquery-3.7.1.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}