colors scale

changes Saturate,Sepia,Contrast to current webpage

What is colors scale?

colors scale is a Chrome extension developed by roysmarshallg2x, and its main feature is "changes Saturate,Sepia,Contrast to current webpage".

Extension Screenshots

screenshot

Download colors scale Extension CRX File

Download colors scale 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

                        change web page color shades using this simple tool
1)open web page example:  en.wikipedia.org/wiki/Main_Page
2)click on extension icon and  change values from default popup
3)reload tab and try again, if it does not work.                    

Extension Basic Information

Name colors scale colors scale
ID jlpahiloaaihfkckaaihjecoggkoeaca
Official URL https://chrome.google.com/webstore/detail/colors-scale/jlpahiloaaihfkckaaihjecoggkoeaca
Description changes Saturate,Sepia,Contrast to current webpage
File Size 50.66 KB
Installation Count 8,000
Current Version 0.0.01
Last Updated 2022-07-07
Publish Date 2022-07-07
Rating 5.00/5 Total 1 Ratings
Developer roysmarshallg2x
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": "colors scale",
    "description": "changes Saturate,Sepia,Contrast to current webpage",
    "version": "0.0.01",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}