Color picker

Finds the color under your cursor in HEX and RGB form

Что такое Color picker?

Color picker - это расширение Chrome, разработанное Felix, и его основная функция - "Finds the color under your cursor in HEX and RGB form".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Color picker

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

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

                        Google chrome extension that can get what ever color pixel you want on the page you're viewing. Once clicked, your color will give you it's Hexadecimal and RGB value. Along with that info, it will appear in your recent colors so that you can go back to it if you want later. If you did want to go back to a color in your most recent section, you can click on the box which will display all the information about that color again. 

**This extension is only compatible with Chrome, Opera, and Microsoft Edge. **

Some buttons that come with the extensions are 'clear' and 'delete'. Clear button deletes all your recent colors while delete deletes the specific color you have selected.                    

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

Название Color picker Color picker
ID bgbfgaaibhpepheabkdeniilmcljibob
Официальный URL https://chromewebstore.google.com/detail/color-picker/bgbfgaaibhpepheabkdeniilmcljibob
Описание Finds the color under your cursor in HEX and RGB form
Размер файла 855 KB
Количество установок 1,317
Текущая Версия 1.0
Последнее Обновление 2022-03-28
Дата публикации 2022-03-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Felix
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color picker",
    "description": "Finds the color under your cursor in HEX and RGB form",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/wheel16.png",
        "32": "\/images\/wheel32.png",
        "48": "\/images\/wheel48.png",
        "128": "\/images\/wheel128.png"
    }
}