Thought Of The Day New Tab

A new tab page that displays a random thought

¿Qué es Thought Of The Day New Tab?

Thought Of The Day New Tab es una extensión de Chrome desarrollada por https://yoonicode.com, y su función principal es "A new tab page that displays a random thought".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Thought Of The Day New Tab

Descarga archivos de extensión Thought Of The Day New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Thought Of The Day New Tab Thought Of The Day New Tab
ID njlagipiginhdcflkbmepojhpddfegdl
URL Oficial https://chromewebstore.google.com/detail/thought-of-the-day-new-ta/njlagipiginhdcflkbmepojhpddfegdl
Descripción A new tab page that displays a random thought
Tamaño del Archivo 37.66 KB
Cantidad de Instalaciones 65
Versión Actual 2.0
Última Actualización 2023-11-24
Fecha de Publicación 2017-05-23
Calificación 3.33/5 Total de 3 Calificaciones
Desarrollador https://yoonicode.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://yoonicode.com/legal/totd.html
Idiomas Soportados 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
}