Thought Of The Day New Tab

A new tab page that displays a random thought

什麼是Thought Of The Day New Tab?

Thought Of The Day New Tab是由https://yoonicode.com開發的Chrome擴展程式,該擴展的主要功能是“A new tab page that displays a random thought”。

擴展截圖

screenshot
screenshot

下載Thought Of The Day New Tab擴展crx文件

下載Thought Of The Day New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Thought Of The Day New Tab Thought Of The Day New Tab
ID njlagipiginhdcflkbmepojhpddfegdl
官方網址 https://chromewebstore.google.com/detail/thought-of-the-day-new-ta/njlagipiginhdcflkbmepojhpddfegdl
簡介 A new tab page that displays a random thought
檔案大小 37.66 KB
安裝次數 65
目前版本 2.0
更新時間 2023-11-24
上架時間 2017-05-23
評分 3.33/5 共 3 次評分
開發者 https://yoonicode.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://yoonicode.com/legal/totd.html
支援的語言 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
}