Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

什么是Empty New Tab Page - Select Your Background.?

Empty New Tab Page - Select Your Background.是由Thomas Tavernier开发的Chrome扩展程序,该扩展的主要功能是“The new tab page is now empty, you can select the background color of your choice.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Empty New Tab Page - Select Your Background.扩展crx文件

下载Empty New Tab Page - Select Your Background.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

扩展基本信息

名称 Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
官方URL https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
简介 The new tab page is now empty, you can select the background color of your choice.
文件大小 10.4 KB
安装次数 122
当前版本 1.4.0
更新时间 2021-08-15
上架时间 2019-09-19
评分 5.00/5 共7次评分
开发者 Thomas Tavernier
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ThomasTavernier/empty-new-tab-page
支持的语言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}