Color Extraction by Qvalento

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

Apa itu Color Extraction by Qvalento?

Color Extraction by Qvalento adalah ekstensi Chrome yang dikembangkan oleh https://qvalento.se, dan fitur utamanya adalah "This extension extract colors from elements on the page in hex and rgb.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Color Extraction by Qvalento

Unduh file ekstensi Color Extraction by Qvalento dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Color Extraction by Qvalento Color Extraction by Qvalento
ID hadabhlhfpnmlllfjgfdnbccnhgnmefl
URL Resmi https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl
Deskripsi This extension extract colors from elements on the page in hex and rgb.
Ukuran File 387 KB
Jumlah Instalasi 229
Versi Saat Ini 3.0
Terakhir Diperbarui 2020-05-22
Tanggal Publikasi 2020-05-22
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://qvalento.se
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}