Change Background Color

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

Was ist Change Background Color?

Change Background Color ist eine Chrome-Erweiterung, die von Melaine Gérard entwickelt wurde, und ihr Hauptmerkmal ist "Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project".

Erweiterungsscreenshots

screenshot

Change Background Color-Erweiterungs-CRX-Datei herunterladen

Laden Sie Change Background Color-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
Offizielle URL https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
Beschreibung Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
Dateigröße 1.42 MB
Installationsanzahl 40
Aktuelle Version 1.0
Letztes Update 2021-11-06
Veröffentlichungsdatum 2021-11-06
Entwickler Melaine Gérard
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}