Change Background Color

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

Cos'è Change Background Color?

Change Background Color è un'estensione di Chrome sviluppata da Melaine Gérard, e la sua funzione principale è "Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Change Background Color

Scarica i file di estensione Change Background Color in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
URL Ufficiale https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
Descrizione Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
Dimensione del File 1.42 MB
Conteggio Installazioni 40
Versione Corrente 1.0
Ultimo Aggiornamento 2021-11-06
Data di Pubblicazione 2021-11-06
Sviluppatore Melaine Gérard
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}