Easy Color Picker

Grab colors from webpages anytime, instant color picker and personal color history.

ما هو Easy Color Picker؟

Easy Color Picker هو إضافة Chrome تم تطويرها بواسطة https://smalldatatools.com، والميزة الرئيسية لها هي "Grab colors from webpages anytime, instant color picker and personal color history.".

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

screenshot
screenshot
screenshot

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

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

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

                        Easy Color Picker is a very nice tool for developers and designers to grab colors from web pages or select from the color-picker board. You can get the exact HEX/RGB/HSB value and keep the history of picked color.

Enjoy the ease of the colorpicker tool! Additionally, we've added some of our latest tools at the bottom for your extra convenience.

CHANGELOG
==========
Version 0.1.6 - 0.2.1
- Clean JS files and links
- Add & update the list of new tools

Version 0.1.2 - 0.1.5
- Grab colors from web pages
- Upgrade to extension V3 standard
- Add google analytics
- Add related new tools

Version 0.1.1 - 2021-08-18
- Instant color picker
- Get HEX/RGB/HSB values
- History of picked color                    

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

الاسم Easy Color Picker Easy Color Picker
ID bgahcehknhgmjoggmkibghafppcfoaci
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-color-picker/bgahcehknhgmjoggmkibghafppcfoaci
الوصف Grab colors from webpages anytime, instant color picker and personal color history.
حجم الملف 110 KB
عدد التثبيتات 10,000
النسخة الحالية 0.2.1
آخر تحديث 2024-03-03
تاريخ النشر 2020-08-24
تقييم 4.80/5 مجموع تقييمات 10
المطور https://smalldatatools.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.smalldatatools.com
عنوان صفحة المساعدة https://www.smalldatatools.com/contact-us.php
عنوان صفحة سياسة الخصوصية https://www.smalldatatools.com/privacy-policy.php
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Color Picker",
    "description": "Grab colors from webpages anytime, instant color picker and personal color history.",
    "version": "0.2.1",
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "commands": {
        "activate": {
            "description": "Activate picking color from web page",
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    }
}