Screen Color Picker

An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen

Что такое Screen Color Picker?

Screen Color Picker - это расширение Chrome, разработанное meddeg59, и его основная функция - "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen".

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

screenshot

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

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

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

                        An easy and fast extension to pick the color code of a pixel from ANYWHERE on your screen. Click the extension logo, click on the pixel you want to take the color code from , and here we go ,the color code is directly copied to your clipboard !                    

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

Название Screen Color Picker Screen Color Picker
ID ppjaeooknocbiflabboobeaeoedlpecl
Официальный URL https://chromewebstore.google.com/detail/screen-color-picker/ppjaeooknocbiflabboobeaeoedlpecl
Описание An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen
Размер файла 69.86 KB
Количество установок 897
Текущая Версия 1.0.0
Последнее Обновление 2022-09-29
Дата публикации 2022-09-28
Рейтинг 1.00/5 Всего 1 оценок
Разработчик meddeg59
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen Color Picker",
    "version": "1.0.0",
    "action": {
        "default_title": "Pick a color from your screen"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.jsx.10f1a301.62bb8f98.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/content.jsx.20002178.css"
            ]
        }
    ],
    "icons": {
        "16": "16pipe.png",
        "48": "48pipe.png",
        "128": "128pipe.png"
    },
    "description": "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.jsx.10f1a301.js"
            ],
            "use_dynamic_url": true
        }
    ]
}