CSS Color Chart

Tool that references all the css color that can be call by name, in rainbow order.

Что такое CSS Color Chart?

CSS Color Chart - это расширение Chrome, разработанное Iñaki Aranzadi, и его основная функция - "Tool that references all the css color that can be call by name, in rainbow order.".

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

screenshot
screenshot

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

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

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

                        This little tool let you explore all the CSS colors that have a name value, then you can copy the name on your clipboard by simply clicking on the circular tile.                    

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

Название CSS Color Chart CSS Color Chart
ID pmiclebjcgfopaejmnepnlkejpmfckgc
Официальный URL https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc
Описание Tool that references all the css color that can be call by name, in rainbow order.
Размер файла 71.04 KB
Количество установок 115
Текущая Версия 1.2.2
Последнее Обновление 2016-02-29
Дата публикации 2016-02-29
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Iñaki Aranzadi
Тип оплаты free
Официальный сайт расширения http://ainsleywagoner.com/color-chart/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS Color Chart",
    "description": "Tool that references all the css color that can be call by name, in rainbow order.",
    "version": "1.2.2",
    "icons": {
        "32": "images\/tile.32.png",
        "64": "images\/tile.64.png",
        "128": "images\/tile.128.png"
    },
    "browser_action": {
        "default_icon": "images\/tile.128.png",
        "default_title": "CSS Color Chart",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}