Change Background Color

Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project

什么是Change Background Color?

Change Background Color是由Melaine Gérard开发的Chrome扩展程序,该扩展的主要功能是“Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project”。

扩展截图

screenshot

下载Change Background Color扩展crx文件

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

扩展使用说明

                        Allow you to change the background color of a website.
It can be useful when you make front end development and you want to find the best color for your background directly in your browser but you don't want to find it directly in your code.                    

扩展基本信息

名称 Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
官方URL https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
简介 Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
文件大小 1.42 MB
安装次数 40
当前版本 1.0
更新时间 2021-11-06
上架时间 2021-11-06
开发者 Melaine Gérard
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change Background Color",
    "description": "Allow you to change the background color of a website \/ Color Picker icon by Kenneth Appiah from the Noun Project",
    "version": "1.0",
    "author": "Melaine G\u00e9rard ",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        },
        "icons": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        }
    }
}