Change Background Color

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

Qu'est-ce que Change Background Color ?

Change Background Color est une extension Chrome développée par Melaine Gérard, et sa fonction principale est "Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Change Background Color

Téléchargez les fichiers d'extension Change Background Color au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
URL Officiel 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
Taille du Fichier 1.42 MB
Nombre d'Installations 40
Version Actuelle 1.0
Dernière Mise à Jour 2021-11-06
Date de Publication 2021-11-06
Développeur Melaine Gérard
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}