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
电子邮箱 [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
}