list colors

easly check with different colors to webpage background

What is list colors?

list colors is a Chrome extension developed by normaisheperddg1, and its main feature is "easly check with different colors to webpage background".

Extension Screenshots

screenshot

Download list colors Extension CRX File

Download list colors extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name list colors list colors
ID fceoddkknbldnpigkpdgpldjbkgammgm
Official URL https://chrome.google.com/webstore/detail/list-colors/fceoddkknbldnpigkpdgpldjbkgammgm
Description easly check with different colors to webpage background
File Size 28.14 KB
Installation Count 2,000
Current Version 0.0.0.1
Last Updated 2022-07-18
Publish Date 2022-07-18
Developer normaisheperddg1
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}