Website Color Changer

Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.

Qu'est-ce que Website Color Changer ?

Website Color Changer est une extension Chrome développée par CodeUnit, et sa fonction principale est "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Website Color Changer

Téléchargez les fichiers d'extension Website 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

                        Handy open source extension that helps you to adjust website colors.

== Features ==

✓ List text and background colors available on inspected website
✓ Use webpage elements highlighting to find specific color
✓ Realtime color changing using color picker
✓ Export all changes to json

== Contribute ==

https://github.com/CodeUnitPl/Website-Color-Changer                    

Informations de Base sur l'Extension

Nom Website Color Changer Website Color Changer
ID oenehcifpefblopdehjemeheenoamaed
URL Officiel https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed
Description Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Taille du Fichier 455 KB
Nombre d'Installations 1,000
Version Actuelle 1.0
Dernière Mise à Jour 2016-04-25
Date de Publication 2016-04-25
Évaluation 3.00/5 Total 19 Évaluations
Développeur CodeUnit
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/CodeUnitPl/Website-Color-Changer
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Color Changer",
    "version": "1.0",
    "author": "CodeUnit",
    "homepage_url": "https:\/\/github.com\/CodeUnitPl\/Website-Color-Changer",
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.",
    "devtools_page": "devtools.html",
    "manifest_version": 2
}