New Empty Coloured Tab

When you open a 'New Tab' it's blank and set to the background color of your desire.

什麼是New Empty Coloured Tab?

New Empty Coloured Tab是由Glenn Hallin開發的Chrome擴展程式,該擴展的主要功能是“When you open a 'New Tab' it's blank and set to the background color of your desire.”。

擴展截圖

screenshot

下載New Empty Coloured Tab擴展crx文件

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

擴展使用說明

                        When you open a 'New Tab' it's blank and set to the background color of your desire.

Changelog:
* Version 1.5.3
- Removed unneeded permission

* Version 1.5.2
- First run default value set to #4c4a48                    

擴展基本資訊

名稱 New Empty Coloured Tab New Empty Coloured Tab
ID ilpmlpiodicccdbjckhganddmegpedln
官方網址 https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln
簡介 When you open a 'New Tab' it's blank and set to the background color of your desire.
檔案大小 137 KB
安裝次數 83
目前版本 1.5.3
更新時間 2023-07-03
上架時間 2017-11-14
評分 4.50/5 共 4 次評分
開發者 Glenn Hallin
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Empty Coloured Tab",
    "description": "When you open a 'New Tab' it's blank and set to the background color of your desire.",
    "version": "1.5.3",
    "background": {
        "scripts": [
            "JS\/GETbg.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "enct.html"
    },
    "manifest_version": 2
}