Change Background Color

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

Apa itu Change Background Color?

Change Background Color adalah ekstensi Chrome yang dikembangkan oleh Melaine Gérard, dan fitur utamanya adalah "Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Change Background Color

Unduh file ekstensi Change Background Color dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
URL Resmi https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
Deskripsi Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
Ukuran File 1.42 MB
Jumlah Instalasi 40
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-11-06
Tanggal Publikasi 2021-11-06
Pengembang Melaine Gérard
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    }
}