Ultimate Color Picker

Pick a color from any web page!

ما هو Ultimate Color Picker؟

Ultimate Color Picker هو إضافة Chrome تم تطويرها بواسطة contactsuperextensions، والميزة الرئيسية لها هي "Pick a color from any web page!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ultimate Color Picker

قم بتنزيل ملفات الامتداد Ultimate Color Picker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Ultimate Color Picker allows you to select a color from any web page quickly and easily! You will be able to use the eyedropper tool to pick the color that you would like. The extension will provide the selected color in HEX, RGB, and HSL so you can use it for whatever purpose you need!

Features:
‐ Select the color from any website or web page
‐ Provides the color in HEX, RGB and HSL
‐ Includes a color picker square to adjust the color or select a completely different color
‐ Easy and fast to use
‐ Stores the 10 most recently selected colors

How to use:
1. Click on the extension
2. Click the 'Pick' button
3. Pick the color you want from the web page
4. The color will now be shown in the extension                    

معلومات أساسية عن التمديد

الاسم Ultimate Color Picker Ultimate Color Picker
ID pmdfibcbflleichjmjllkklkpkgildkh
عنوان URL الرسمي https://chromewebstore.google.com/detail/ultimate-color-picker/pmdfibcbflleichjmjllkklkpkgildkh
الوصف Pick a color from any web page!
حجم الملف 1.46 MB
عدد التثبيتات 498
النسخة الحالية 1.0.0
آخر تحديث 2021-06-07
تاريخ النشر 2021-06-07
المطور contactsuperextensions
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}