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