Background Changer

apply different colors to webpage background and find which looks perfect

什么是Background Changer?

Background Changer是由ermajsurfaceret开发的Chrome扩展程序,该扩展的主要功能是“apply different colors to webpage background and find which looks perfect”。

扩展截图

screenshot

下载Background Changer扩展crx文件

下载Background Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Background Changer help you apply different colors to your favorite websites background.                    

扩展基本信息

名称 Background Changer Background Changer
ID dolkekeohjbdpclenociegcnolpipafo
官方URL https://chrome.google.com/webstore/detail/background-changer/dolkekeohjbdpclenociegcnolpipafo
简介 apply different colors to webpage background and find which looks perfect
文件大小 19.77 KB
安装次数 1,000
当前版本 0.1
更新时间 2022-07-07
上架时间 2022-07-07
评分 3.00/5 共1次评分
开发者 ermajsurfaceret
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Background Changer",
    "description": "apply different colors to webpage background and find which looks perfect",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "app.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}