Change Background Color

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

Co je Change Background Color?

Change Background Color je rozšíření Chrome vyvinuté Melaine Gérard, a jeho hlavní funkcí je „Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Change Background Color

Stáhněte si soubory rozšíření Change Background Color ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
Oficiální URL https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
Popis Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
Velikost souboru 1.42 MB
Počet instalací 40
Aktuální Verze 1.0
Poslední Aktualizace 2021-11-06
Datum Vydání 2021-11-06
Vývojář Melaine Gérard
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    }
}