Website Color Changer

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

What is Website Color Changer?

Website Color Changer is a Chrome extension developed by CodeUnit, and its main feature is "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Website Color Changer Extension CRX File

Download Website Color Changer 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

                        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                    

Extension Basic Information

Name Website Color Changer Website Color Changer
ID oenehcifpefblopdehjemeheenoamaed
Official URL 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.
File Size 455 KB
Installation Count 1,000
Current Version 1.0
Last Updated 2016-04-25
Publish Date 2016-04-25
Rating 3.00/5 Total 19 Ratings
Developer CodeUnit
Email [email protected]
Payment Type free
Extension Website https://github.com/CodeUnitPl/Website-Color-Changer
Supported Languages 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
}