Color Tool

Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.

Что такое Color Tool?

Color Tool - это расширение Chrome, разработанное Kirill Klimuk, и его основная функция - "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.".

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

screenshot

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

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

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

                        Type "color" into the omnibox and start using the app.
To use, type either hex, rgb, hsv, hsl and the values. 
A range of available transformations will pop up.
Select the one you want. It will automatically be copied to your clipboard.                    

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

Название Color Tool Color Tool
ID flmbopnfglddclobhlmlfahodcgdhaga
Официальный URL https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga
Описание Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
Размер файла 116 KB
Количество установок 69
Текущая Версия 1.0.0
Последнее Обновление 2014-11-17
Дата публикации 2014-11-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Kirill Klimuk
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "index.html"
    },
    "description": "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.",
    "icons": {
        "128": "assets\/color-tool-128x128.png",
        "16": "assets\/color-tool-16x16.png",
        "48": "assets\/color-tool-48x48.png"
    },
    "manifest_version": 2,
    "name": "Color Tool",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "color"
    },
    "permissions": [
        "clipboardRead"
    ],
    "version": "1.0.0"
}