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
公式URL 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
Eメール [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
}