Thought Of The Day New Tab

A new tab page that displays a random thought

O que é Thought Of The Day New Tab?

Thought Of The Day New Tab é uma extensão do Chrome desenvolvida por https://yoonicode.com, e sua principal característica é "A new tab page that displays a random thought".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Thought Of The Day New Tab

Baixe arquivos de extensão Thought Of The Day New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 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
Descrição A new tab page that displays a random thought
Tamanho do Arquivo 37.66 KB
Contagem de Instalações 65
Versão Atual 2.0
Última Atualização 2023-11-24
Data de Publicação 2017-05-23
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor https://yoonicode.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://yoonicode.com/legal/totd.html
Idiomas Suportados 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
}