Thought Of The Day New Tab

A new tab page that displays a random thought

Apa itu Thought Of The Day New Tab?

Thought Of The Day New Tab adalah ekstensi Chrome yang dikembangkan oleh https://yoonicode.com, dan fitur utamanya adalah "A new tab page that displays a random thought".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Thought Of The Day New Tab

Unduh file ekstensi Thought Of The Day New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Thought Of The Day New Tab Thought Of The Day New Tab
ID njlagipiginhdcflkbmepojhpddfegdl
URL Resmi https://chromewebstore.google.com/detail/thought-of-the-day-new-ta/njlagipiginhdcflkbmepojhpddfegdl
Deskripsi A new tab page that displays a random thought
Ukuran File 37.66 KB
Jumlah Instalasi 65
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-11-24
Tanggal Publikasi 2017-05-23
Penilaian 3.33/5 Total 3 Penilaian
Pengembang https://yoonicode.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://yoonicode.com/legal/totd.html
Bahasa yang Didukung 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
}