Thought Of The Day New Tab

A new tab page that displays a random thought

Wat is Thought Of The Day New Tab?

Thought Of The Day New Tab is een Chrome-extensie ontwikkeld door https://yoonicode.com, en de belangrijkste functie is "A new tab page that displays a random thought".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Thought Of The Day New Tab

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

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

Basisinformatie over de Extensie

Naam Thought Of The Day New Tab Thought Of The Day New Tab
ID njlagipiginhdcflkbmepojhpddfegdl
Officiële URL https://chromewebstore.google.com/detail/thought-of-the-day-new-ta/njlagipiginhdcflkbmepojhpddfegdl
Beschrijving A new tab page that displays a random thought
Bestandsgrootte 37.66 KB
Aantal Installaties 65
Huidige Versie 2.0
Laatst Bijgewerkt 2023-11-24
Publicatiedatum 2017-05-23
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://yoonicode.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://yoonicode.com/legal/totd.html
Ondersteunde Talen 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
}