Hex Color picker for Chrome™

Pick colors from any web pages and get the HEX color code with fast and easily.

ما هو Hex Color picker for Chrome™؟

Hex Color picker for Chrome™ هو إضافة Chrome تم تطويرها بواسطة https://image-color-picker.com، والميزة الرئيسية لها هي "Pick colors from any web pages and get the HEX color code with fast and easily.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Hex Color picker for Chrome™

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

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

                        Hex Color picker is a simple chrome extension which enables you to pick any color from the webpage and your screen. And the colors will be save in the list of selected colors.

You can copy the Hex code to the clipboard with fast and easily.

What is Hex color code?
HTML color code or Hex code hexadecimal triplets representing the colors red, green, and blue (#RRGGBB). 

For example, in the color red, the color code is #FF0000, which is '255' red, '0' green, and '0' blue. There are 16,777,216 possible HTML color codes.

Visit our website for more useful tools for designers.

Thank you for using this tool.                    

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

الاسم Hex Color picker for Chrome™ Hex Color picker for Chrome™
ID emcdddpfpajfemcjggaodbdecipdeeon
عنوان URL الرسمي https://chromewebstore.google.com/detail/hex-color-picker-for-chro/emcdddpfpajfemcjggaodbdecipdeeon
الوصف Pick colors from any web pages and get the HEX color code with fast and easily.
حجم الملف 516 KB
عدد التثبيتات 2,409
النسخة الحالية 1.0
آخر تحديث 2022-09-25
تاريخ النشر 2022-09-24
تقييم 5.00/5 مجموع تقييمات 2
المطور https://image-color-picker.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://image-color-picker.com/hex-code-picker
عنوان صفحة المساعدة https://image-color-picker.com/contact
عنوان صفحة سياسة الخصوصية https://www.image-color-picker.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hex Color picker for Chrome\u2122",
    "description": "Pick colors from any web pages and get the HEX color code with fast and easily.",
    "version": "1.0",
    "short_name": "Hex Color Picker",
    "manifest_version": 3,
    "action": {
        "default_title": "Hex Color picker",
        "default_icon": "icon.png",
        "default_popup": ".\/Popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}