Change Background Color

change the current site background to your desired color

什麼是Change Background Color?

Change Background Color是由hoishing開發的Chrome擴展程式,該擴展的主要功能是“change the current site background to your desired color”。

擴展截圖

screenshot

下載Change Background Color擴展crx文件

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

擴展使用說明

                        Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. 

No special permissions are required, no data is collected, and no privacy concerns.

🔗 source code
https://github.com/hoishing/chrome-change-background-color                    

擴展基本資訊

名稱 Change Background Color Change Background Color
ID ajlcblmihhjochfgehfcfiopkcbfnlfh
官方網址 https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh
簡介 change the current site background to your desired color
檔案大小 15.48 KB
安裝次數 304
目前版本 1.1.0
更新時間 2023-09-09
上架時間 2023-08-10
評分 3.00/5 共 2 次評分
開發者 hoishing
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/hoishing/chrome-change-background-color
說明頁面URL https://github.com/hoishing/chrome-change-background-color/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Change Background Color",
    "version": "1.1.0",
    "description": "change the current site background to your desired color",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "64": "bg-color64.png",
        "128": "bg-color128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "bg-color64.png",
            "128": "bg-color128.png"
        }
    }
}