Change Background Color

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

Co to jest Change Background Color?

Change Background Color to rozszerzenie Chrome opracowane przez Melaine Gérard, a jego główną funkcją jest „Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Change Background Color

Pobierz pliki rozszerzeń Change Background Color w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
Oficjalny URL https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
Opis Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
Rozmiar pliku 1.42 MB
Liczba instalacji 40
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-11-06
Data Publikacji 2021-11-06
Deweloper Melaine Gérard
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}