colors scale

changes Saturate,Sepia,Contrast to current webpage

Wat is colors scale?

colors scale is een Chrome-extensie ontwikkeld door roysmarshallg2x, en de belangrijkste functie is "changes Saturate,Sepia,Contrast to current webpage".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie colors scale

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

                        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.                    

Basisinformatie over de Extensie

Naam colors scale colors scale
ID jlpahiloaaihfkckaaihjecoggkoeaca
Officiële URL https://chrome.google.com/webstore/detail/colors-scale/jlpahiloaaihfkckaaihjecoggkoeaca
Beschrijving changes Saturate,Sepia,Contrast to current webpage
Bestandsgrootte 50.66 KB
Aantal Installaties 8,000
Huidige Versie 0.0.01
Laatst Bijgewerkt 2022-07-07
Publicatiedatum 2022-07-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar roysmarshallg2x
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}