Thought Of The Day New Tab

A new tab page that displays a random thought

Hvad er Thought Of The Day New Tab?

Thought Of The Day New Tab er en Chrome-udvidelse udviklet af https://yoonicode.com, og dens hovedfunktion er "A new tab page that displays a random thought".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Thought Of The Day New Tab-udvidelses-CRX-fil

Download Thought Of The Day New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Thought Of The Day New Tab Thought Of The Day New Tab
ID njlagipiginhdcflkbmepojhpddfegdl
Officiel URL https://chromewebstore.google.com/detail/thought-of-the-day-new-ta/njlagipiginhdcflkbmepojhpddfegdl
Beskrivelse A new tab page that displays a random thought
Filstørrelse 37.66 KB
Antal Installationer 65
Nuværende Version 2.0
Senest Opdateret 2023-11-24
Udgivelsesdato 2017-05-23
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler https://yoonicode.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://yoonicode.com/legal/totd.html
Understøttede Sprog 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
}