Website Color Changer

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

Co je Website Color Changer?

Website Color Changer je rozšíření Chrome vyvinuté CodeUnit, a jeho hlavní funkcí je „Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Website Color Changer

Stáhněte si soubory rozšíření Website Color Changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Website Color Changer Website Color Changer
ID oenehcifpefblopdehjemeheenoamaed
Oficiální URL https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed
Popis Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Velikost souboru 455 KB
Počet instalací 1,000
Aktuální Verze 1.0
Poslední Aktualizace 2016-04-25
Datum Vydání 2016-04-25
Hodnocení 3.00/5 Celkem 19 Hodnocení
Vývojář CodeUnit
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/CodeUnitPl/Website-Color-Changer
Podporované Jazyky 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
}