Thought Of The Day New Tab

A new tab page that displays a random thought

Vad är Thought Of The Day New Tab?

Thought Of The Day New Tab är en Chrome-tillägg utvecklad av https://yoonicode.com, och dess huvudfunktion är "A new tab page that displays a random thought".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Thought Of The Day New Tab-förlängningens CRX-fil

Ladda ner Thought Of The Day New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Thought Of The Day New Tab Thought Of The Day New Tab
ID njlagipiginhdcflkbmepojhpddfegdl
Officiell webbadress https://chromewebstore.google.com/detail/thought-of-the-day-new-ta/njlagipiginhdcflkbmepojhpddfegdl
Beskrivning A new tab page that displays a random thought
Filstorlek 37.66 KB
Antal Installationer 65
Aktuell Version 2.0
Senast Uppdaterad 2023-11-24
Publiceringsdatum 2017-05-23
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare https://yoonicode.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://yoonicode.com/legal/totd.html
Stödda Språk 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
}