Get colors

Helps to pick best colors for webpage by changing webpage colors

What is Get colors?

Get colors is a Chrome extension developed by janetjhurley2xx65, and its main feature is "Helps to pick best colors for webpage by changing webpage colors".

Extension Screenshots

screenshot

Download Get colors Extension CRX File

Download Get 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

                        1)open web page example : en.wikipedia.org/wiki/Main_Page
2)click on extension icon to see default popup html
3)change color values  and pick right color for your webpage
4)reload tab if it does not work and try again.                    

Extension Basic Information

Name Get colors Get colors
ID ddbdapfmebdgkjkjgddapklpghceojmb
Official URL https://chrome.google.com/webstore/detail/get-colors/ddbdapfmebdgkjkjgddapklpghceojmb
Description Helps to pick best colors for webpage by changing webpage colors
File Size 50.35 KB
Installation Count 10,000
Current Version 0.0.0.1
Last Updated 2022-07-11
Publish Date 2022-07-11
Developer janetjhurley2xx65
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Get colors",
    "version": "0.0.0.1",
    "description": "Helps to pick best colors for webpage by changing webpage colors",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_icon": "logo.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}