Colors for Websites | Color Changer

Change the colors of any website directly in your browser!

Qu'est-ce que Colors for Websites | Color Changer ?

Colors for Websites | Color Changer est une extension Chrome développée par https://colorsforwebsites.com, et sa fonction principale est "Change the colors of any website directly in your browser!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Colors for Websites | Color Changer

Téléchargez les fichiers d'extension Colors for Websites | Color Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension analyzes the colors of a webpage and gives you the option to change each color individually. You can change the colors with a color picker to find out the perfect palette. Or you just want to analyze if every color matches your brand colors.

FEATURES
   •   Find all colors of a website
   •   works with inline and css styles
   •   choose which colors you want to change
   •   works with any website
   •   works also on localhost

(Note: this is a beta version, fell free to write us for feedback, bugs and suggestions)                    

Informations de Base sur l'Extension

Nom Colors for Websites | Color Changer Colors for Websites | Color Changer
ID commbemobeohbgnbkkbgkbfenokjaihk
URL Officiel https://chromewebstore.google.com/detail/colors-for-websites-color/commbemobeohbgnbkkbgkbfenokjaihk
Description Change the colors of any website directly in your browser!
Taille du Fichier 650 KB
Nombre d'Installations 64
Version Actuelle 1.0
Dernière Mise à Jour 2022-05-20
Date de Publication 2022-05-15
Développeur https://colorsforwebsites.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://colorsforwebsites.com
URL de la Page de Politique de Confidentialité https://colorsforwebsites.com/Privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colors for Websites | Color Changer",
    "description": "Change the colors of any website directly in your browser!",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        }
    },
    "icons": {
        "16": "\/images\/logo.png",
        "32": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "variables.css"
            ]
        }
    ]
}