Huey

Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.

Apa itu Huey?

Huey adalah ekstensi Chrome yang dikembangkan oleh https://kuldp.dev, dan fitur utamanya adalah "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Huey

Unduh file ekstensi Huey 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

                        A simple color picker extension. Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.                    

Informasi Dasar Ekstensi

Nama Huey Huey
ID diglalbiemiiapebfblemllfmfglglaf
URL Resmi https://chromewebstore.google.com/detail/huey/diglalbiemiiapebfblemllfmfglglaf
Deskripsi Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.
Ukuran File 10.9 KB
Jumlah Instalasi 88
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-01-09
Tanggal Publikasi 2023-01-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://kuldp.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://kuldp.dev
URL Halaman Bantuan https://kuldp.dev
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Huey",
    "description": "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.",
    "version": "1.0",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "96": "icons\/icon96.png"
    }
}