Hexualize

Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.

Что такое Hexualize?

Hexualize - это расширение Chrome, разработанное Mads Cordes, и его основная функция - "Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.".

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

Название Hexualize Hexualize
ID einndnmgmahiiafinedpcjpkmckadfoi
Официальный URL https://chromewebstore.google.com/detail/hexualize/einndnmgmahiiafinedpcjpkmckadfoi
Описание Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.
Размер файла 39.65 KB
Количество установок 26
Текущая Версия 0.1.0
Последнее Обновление 2014-09-20
Дата публикации 2014-09-20
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Mads Cordes
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hexualize",
    "description": "Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.",
    "version": "0.1.0",
    "icons": {
        "128": "assets\/img\/icon_128.png"
    },
    "author": "Mads Cordes",
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        ""
    ]
}