ColorPick Eyedropper

Gets the web page color

Apa itu ColorPick Eyedropper?

ColorPick Eyedropper adalah ekstensi Chrome yang dikembangkan oleh https://pictureknow.com, dan fitur utamanya adalah "Gets the web page color".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ColorPick Eyedropper

Unduh file ekstensi ColorPick Eyedropper 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

                        Get web page color

How to use:

Right click to pick web page color                    

Informasi Dasar Ekstensi

Nama ColorPick Eyedropper ColorPick Eyedropper
ID gkgaemflnhefahffachgkbpklfgggamn
URL Resmi https://chromewebstore.google.com/detail/colorpick-eyedropper/gkgaemflnhefahffachgkbpklfgggamn
Deskripsi Gets the web page color
Ukuran File 309 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.3.5
Terakhir Diperbarui 2024-03-03
Tanggal Publikasi 2020-01-08
Penilaian 2.93/5 Total 28 Penilaian
Pengembang https://pictureknow.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://pictureknow.com/protocol
Bahasa yang Didukung id,ms,de,en,fil,fr,nl,no,vi,tr,da,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.3.5",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/item.taobao.com\/*"
            ],
            "js": [
                "js\/coupon_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/detail.tmall.com\/*"
            ],
            "js": [
                "js\/coupon_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/item.jd.com\/*"
            ],
            "js": [
                "js\/jd_coupon_content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "contextMenus",
        "alarms",
        "proxy",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "en"
}