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
官方URL 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"
        }
    }
}