Thought Of The Day New Tab

A new tab page that displays a random thought

Qu'est-ce que Thought Of The Day New Tab ?

Thought Of The Day New Tab est une extension Chrome développée par https://yoonicode.com, et sa fonction principale est "A new tab page that displays a random thought".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Thought Of The Day New Tab

Téléchargez les fichiers d'extension Thought Of The Day New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Thought Of The Day New Tab Thought Of The Day New Tab
ID njlagipiginhdcflkbmepojhpddfegdl
URL Officiel https://chromewebstore.google.com/detail/thought-of-the-day-new-ta/njlagipiginhdcflkbmepojhpddfegdl
Description A new tab page that displays a random thought
Taille du Fichier 37.66 KB
Nombre d'Installations 65
Version Actuelle 2.0
Dernière Mise à Jour 2023-11-24
Date de Publication 2017-05-23
Évaluation 3.33/5 Total 3 Évaluations
Développeur https://yoonicode.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://yoonicode.com/legal/totd.html
Langues Prises en Charge 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
}