Color Code App
Displays the color codes for the current tab
Что такое Color Code App?
Color Code App - это расширение Chrome, разработанное Ninja Apps, и его основная функция - "Displays the color codes for the current tab".
Снимки экрана расширения
Скачать файл CRX расширения Color Code App
Скачайте файлы расширений Color Code App в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A web app that displays the color codes of the current website you're on. RGB Values, HSL Values and Hexadecimal Values. Основная информация о расширении
| Название | |
| ID | dfcjkncfhgnlnkdjoeohfkajopmoonnl |
| Официальный URL | https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl |
| Описание | Displays the color codes for the current tab |
| Размер файла | 10.08 KB |
| Количество установок | 131 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2015-01-12 |
| Дата публикации | 2015-01-12 |
| Рейтинг | 2.50/5 Всего 2 оценок |
| Разработчик | Ninja Apps |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Color Code App",
"version": "1.0",
"description": "Displays the color codes for the current tab",
"browser_action": {
"default_icon": "icon19-small.png",
"default_title": "Color Code App"
},
"background": {
"scripts": [
"event.js"
],
"persistent": false
},
"permissions": [
" | |