Thought Of The Day New Tab

A new tab page that displays a random thought

Cos'è Thought Of The Day New Tab?

Thought Of The Day New Tab è un'estensione di Chrome sviluppata da https://yoonicode.com, e la sua funzione principale è "A new tab page that displays a random thought".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Thought Of The Day New Tab

Scarica i file di estensione Thought Of The Day New Tab 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

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

Informazioni di Base sull'Estensione

Nome Thought Of The Day New Tab Thought Of The Day New Tab
ID njlagipiginhdcflkbmepojhpddfegdl
URL Ufficiale https://chromewebstore.google.com/detail/thought-of-the-day-new-ta/njlagipiginhdcflkbmepojhpddfegdl
Descrizione A new tab page that displays a random thought
Dimensione del File 37.66 KB
Conteggio Installazioni 65
Versione Corrente 2.0
Ultimo Aggiornamento 2023-11-24
Data di Pubblicazione 2017-05-23
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore https://yoonicode.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://yoonicode.com/legal/totd.html
Lingue Supportate 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
}