Web-Smart Color Converter

Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).

Что такое Web-Smart Color Converter?

Web-Smart Color Converter - это расширение Chrome, разработанное Texugo Atroz, и его основная функция - "Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).".

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

screenshot

Скачать файл CRX расширения Web-Smart Color Converter

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

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

                        Git repository:
https://github.com/TexugoAtroz/web-smart-color-converter-chrome-extension                    

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

Название Web-Smart Color Converter Web-Smart Color Converter
ID bnjfondkoainkkkfgafoagbdhjdbefmn
Официальный URL https://chromewebstore.google.com/detail/web-smart-color-converter/bnjfondkoainkkkfgafoagbdhjdbefmn
Описание Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).
Размер файла 88.4 KB
Количество установок 22
Текущая Версия 0.8
Последнее Обновление 2017-11-07
Дата публикации 2017-11-07
Рейтинг 4.50/5 Всего 2 оценок
Разработчик Texugo Atroz
Тип оплаты free
Поддерживаемые языки pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web-Smart Color Converter",
    "version": "0.8",
    "description": "Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).",
    "author": "Jonas Gabriel de Souza",
    "browser_action": {
        "default_icon": "assets\/icons\/icon19.png",
        "default_title": "Web-Smart Color Converter",
        "default_popup": "src\/popup.htm"
    }
}