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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
}