list colors

easly check with different colors to webpage background

Wat is list colors?

list colors is een Chrome-extensie ontwikkeld door normaisheperddg1, en de belangrijkste functie is "easly check with different colors to webpage background".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie list colors

Download list colors-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam list colors list colors
ID fceoddkknbldnpigkpdgpldjbkgammgm
Officiële URL https://chrome.google.com/webstore/detail/list-colors/fceoddkknbldnpigkpdgpldjbkgammgm
Beschrijving easly check with different colors to webpage background
Bestandsgrootte 28.14 KB
Aantal Installaties 2,000
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2022-07-18
Publicatiedatum 2022-07-18
Ontwikkelaar normaisheperddg1
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}