Color Extraction by Qvalento

This extension extract colors from elements on the page in hex and rgb.

Что такое Color Extraction by Qvalento?

Color Extraction by Qvalento - это расширение Chrome, разработанное https://qvalento.se, и его основная функция - "This extension extract colors from elements on the page in hex and rgb.".

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

screenshot
screenshot

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

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

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

                        This is a quick way of extracting colors that are being used on a web page and then copy them to the clipboard. The extension will crawl main elements on the web page and extract both color and background color from the CSS.                    

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

Название Color Extraction by Qvalento Color Extraction by Qvalento
ID hadabhlhfpnmlllfjgfdnbccnhgnmefl
Официальный URL https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl
Описание This extension extract colors from elements on the page in hex and rgb.
Размер файла 387 KB
Количество установок 229
Текущая Версия 3.0
Последнее Обновление 2020-05-22
Дата публикации 2020-05-22
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://qvalento.se
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Linus Larsson",
    "name": "Color Extraction by Qvalento",
    "description": "This extension extract colors from elements on the page in hex and rgb.",
    "version": "3.0",
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "16": "color_extraction_logo_16.png",
        "48": "color_extraction_logo_48.png",
        "128": "color_extraction_logo_128.png"
    },
    "browser_action": {
        "default_icon": "color_extraction_logo_48.png",
        "default_popup": "popup.html"
    }
}