Screen Color Picker

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

Apa itu Screen Color Picker?

Screen Color Picker adalah ekstensi Chrome yang dikembangkan oleh meddeg59, dan fitur utamanya adalah "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Screen Color Picker

Unduh file ekstensi Screen Color Picker 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

                        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 !                    

Informasi Dasar Ekstensi

Nama Screen Color Picker Screen Color Picker
ID ppjaeooknocbiflabboobeaeoedlpecl
URL Resmi https://chromewebstore.google.com/detail/screen-color-picker/ppjaeooknocbiflabboobeaeoedlpecl
Deskripsi An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen
Ukuran File 69.86 KB
Jumlah Instalasi 897
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-09-29
Tanggal Publikasi 2022-09-28
Penilaian 1.00/5 Total 1 Penilaian
Pengembang meddeg59
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}