Image Color Picker - find colors from image

Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.

Apa itu Image Color Picker - find colors from image?

Image Color Picker - find colors from image adalah ekstensi Chrome yang dikembangkan oleh https://libscat.com, dan fitur utamanya adalah "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Image Color Picker - find colors from image

Unduh file ekstensi Image Color Picker - find colors from image 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

                        Click this chrome extension icon to display a list of images in the browsed webpage. Select one of the images, and the image color picker tool  will be opened. With the tool, you can get various color codes of the image.                    

Informasi Dasar Ekstensi

Nama Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
URL Resmi https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
Deskripsi Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Ukuran File 93.44 KB
Jumlah Instalasi 1,852
Versi Saat Ini 2.0
Terakhir Diperbarui 2020-07-08
Tanggal Publikasi 2020-07-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://libscat.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://libscat.com/html-color-codes/color-from-image.html
URL Halaman Bantuan https://libscat.com
URL Halaman Kebijakan Privasi https://libscat.com/privacy-policy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Color Picker - find colors from image",
    "version": "2.0",
    "description": "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Find colors from image",
        "default_icon": "images\/libscat_32.png"
    },
    "icons": {
        "16": "images\/libscat_16.png",
        "32": "images\/libscat_32.png",
        "48": "images\/libscat_48.png",
        "128": "images\/libscat_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*",
        "style\/*",
        "lib\/*",
        "page\/*",
        "script\/main.js"
    ]
}