colorexa
Quickly lookup for a color by typing or highlighting its hexadecimal code.
Что такое colorexa?
colorexa - это расширение Chrome, разработанное Rafael Bardini, и его основная функция - "Quickly lookup for a color by typing or highlighting its hexadecimal code.".
Снимки экрана расширения
Скачать файл CRX расширения colorexa
Скачайте файлы расширений colorexa в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A simple tool to lookup for colors specified as an RGB triplet in hexadecimal format. The background of the pop-up bubble refreshes automatically to represent the color typed in its text field or highlighted in the page. Supports full (six-digits) and abbreviated (three-digit) hexadecimal color codes.
Useful when you want to quickly check a color found in the source code of a page or stylesheet.
Visit the extension's website for a live preview. Основная информация о расширении
| Название | |
| ID | ldpbmphkljpjidkjjcogjeblepgbnlop |
| Официальный URL | https://chromewebstore.google.com/detail/colorexa/ldpbmphkljpjidkjjcogjeblepgbnlop |
| Описание | Quickly lookup for a color by typing or highlighting its hexadecimal code. |
| Размер файла | 18.58 KB |
| Количество установок | 78 |
| Текущая Версия | 2.0.0 |
| Последнее Обновление | 2022-02-20 |
| Дата публикации | 2013-06-24 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | Rafael Bardini |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://rbardini.github.io/colorexa/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "colorexa",
"version": "2.0.0",
"description": "Quickly lookup for a color by typing or highlighting its hexadecimal code.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"scripting",
"activeTab"
],
"content_scripts": [
{
"all_frames": true,
"js": [
"js\/content-script.js"
],
"matches": [
" | |