Color Extraction by Qvalento

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

Co to jest Color Extraction by Qvalento?

Color Extraction by Qvalento to rozszerzenie Chrome opracowane przez https://qvalento.se, a jego główną funkcją jest „This extension extract colors from elements on the page in hex and rgb.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Color Extraction by Qvalento

Pobierz pliki rozszerzeń Color Extraction by Qvalento w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Color Extraction by Qvalento Color Extraction by Qvalento
ID hadabhlhfpnmlllfjgfdnbccnhgnmefl
Oficjalny URL https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl
Opis This extension extract colors from elements on the page in hex and rgb.
Rozmiar pliku 387 KB
Liczba instalacji 229
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2020-05-22
Data Publikacji 2020-05-22
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://qvalento.se
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}