list colors

easly check with different colors to webpage background

Apa itu list colors?

list colors adalah ekstensi Chrome yang dikembangkan oleh normaisheperddg1, dan fitur utamanya adalah "easly check with different colors to webpage background".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi list colors

Unduh file ekstensi list colors 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

                        make web page look different by adding different colors to background of web page.
1)open web page example : en.wikipedia.org/wiki/Main_Page
2)click on extension icon to open default popup html
3)select any colors 
4)reload tab and try again, if it is not working                    

Informasi Dasar Ekstensi

Nama list colors list colors
ID fceoddkknbldnpigkpdgpldjbkgammgm
URL Resmi https://chrome.google.com/webstore/detail/list-colors/fceoddkknbldnpigkpdgpldjbkgammgm
Deskripsi easly check with different colors to webpage background
Ukuran File 28.14 KB
Jumlah Instalasi 2,000
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2022-07-18
Tanggal Publikasi 2022-07-18
Pengembang normaisheperddg1
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "list colors",
    "description": "easly check with different colors to webpage background",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": "logo.png",
        "default_popup": "app.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}