Change Background Color

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

¿Qué es Change Background Color?

Change Background Color es una extensión de Chrome desarrollada por Melaine Gérard, y su función principal es "Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Change Background Color

Descarga archivos de extensión Change Background Color en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
URL Oficial https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
Descripción Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
Tamaño del Archivo 1.42 MB
Cantidad de Instalaciones 40
Versión Actual 1.0
Última Actualización 2021-11-06
Fecha de Publicación 2021-11-06
Desarrollador Melaine Gérard
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    }
}