Color-Converter
Convert your color to other color-formats (hex <-> rgb <-> hsl)
Что такое Color-Converter?
Color-Converter - это расширение Chrome, разработанное https://heithe.com, и его основная функция - "Convert your color to other color-formats (hex <-> rgb <-> hsl)".
Снимки экрана расширения
Скачать файл CRX расширения Color-Converter
Скачайте файлы расширений Color-Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This Extension let you convert a given color into other color-formats.
At this time you can convert: hex, splitted hex <-> rgb in decimal or percentage <-> hsl in decimal or percentage
Just look at the screenshots, install and try it :)
Watch my blog: http://www.heithe.com
Contact me: heithe01+chrcc at gmail dot com
Donations are welcome to heithe01 at gmail dot com through paypal :) Основная информация о расширении
| Название | |
| ID | ekjjmfmbokeceeeblblppmgkcenhncii |
| Официальный URL | https://chromewebstore.google.com/detail/color-converter/ekjjmfmbokeceeeblblppmgkcenhncii |
| Описание | Convert your color to other color-formats (hex <-> rgb <-> hsl) |
| Размер файла | 111 KB |
| Количество установок | 1,105 |
| Текущая Версия | 1.0.1.1 |
| Последнее Обновление | 2013-06-25 |
| Дата публикации | 2013-06-25 |
| Рейтинг | 4.33/5 Всего 6 оценок |
| Разработчик | https://heithe.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.heithe.com/blog/ |
| URL страницы помощи | http://www.heithe.com/blog/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "img\/icons\/color_converter_logo_19.png",
"default_popup": "html\/color_converter.html",
"default_title": "Color-Converter"
},
"description": "Convert your color to other color-formats (hex <-> rgb <-> hsl)",
"icons": {
"128": "img\/icons\/color_converter_logo_128.png",
"16": "img\/icons\/color_converter_logo_16.png",
"48": "img\/icons\/color_converter_logo_48.png"
},
"manifest_version": 2,
"name": "Color-Converter",
"version": "1.0.1.1"
} | |