ColorPick Eyedropper

Gets the web page color

ColorPick Eyedropperคืออะไร?

ColorPick Eyedropper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pictureknow.com และคุณลักษณะหลักของมันคือ "Gets the web page color"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ColorPick Eyedropper

ดาวน์โหลดไฟล์ส่วนขยาย ColorPick Eyedropper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get web page color

How to use:

Right click to pick web page color                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ColorPick Eyedropper ColorPick Eyedropper
ID gkgaemflnhefahffachgkbpklfgggamn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/colorpick-eyedropper/gkgaemflnhefahffachgkbpklfgggamn
คำอธิบาย Gets the web page color
ขนาดไฟล์ 309 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.3.5
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2020-01-08
คะแนน 2.93/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา https://pictureknow.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://pictureknow.com/protocol
ภาษาที่รองรับ 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"
}