CSS Color Helper
All the CSS color help you need
Что такое CSS Color Helper?
CSS Color Helper - это расширение Chrome, разработанное Anell Kumarr Beeram, и его основная функция - "All the CSS color help you need".
Снимки экрана расширения
Скачать файл CRX расширения CSS Color Helper
Скачайте файлы расширений CSS Color Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
All the CSS color help you need for designers and developers alike. Color codes, pickers, converters and palettes. Основная информация о расширении
| Название | |
| ID | hiljhpcfhankmcfomogedikgkpnhocjl |
| Официальный URL | https://chromewebstore.google.com/detail/css-color-helper/hiljhpcfhankmcfomogedikgkpnhocjl |
| Описание | All the CSS color help you need |
| Размер файла | 3.13 MB |
| Количество установок | 21 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2019-11-29 |
| Дата публикации | 2019-11-28 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | Anell Kumarr Beeram |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CSS Color Helper",
"version": "1.0",
"description": "All the CSS color help you need",
"manifest_version": 2,
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html",
"default_title": "CSS Color Helper: All the CSS color help you need"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |