Change Background Color

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

What is Change Background Color?

Change Background Color is a Chrome extension developed by Melaine Gérard, and its main feature is "Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project".

Extension Screenshots

screenshot

Download Change Background Color Extension CRX File

Download Change Background Color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
Official URL https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
Description Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
File Size 1.42 MB
Installation Count 40
Current Version 1.0
Last Updated 2021-11-06
Publish Date 2021-11-06
Developer Melaine Gérard
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}