Website Color Changer

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

Что такое Website Color Changer?

Website Color Changer - это расширение Chrome, разработанное CodeUnit, и его основная функция - "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Website Color Changer

Скачайте файлы расширений Website Color Changer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Website Color Changer Website Color Changer
ID oenehcifpefblopdehjemeheenoamaed
Официальный URL https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed
Описание Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Размер файла 455 KB
Количество установок 1,000
Текущая Версия 1.0
Последнее Обновление 2016-04-25
Дата публикации 2016-04-25
Рейтинг 3.00/5 Всего 19 оценок
Разработчик CodeUnit
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/CodeUnitPl/Website-Color-Changer
Поддерживаемые языки 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
}