Image Color Picker - find colors from image
Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
ما هو Image Color Picker - find colors from image؟
Image Color Picker - find colors from image هو إضافة Chrome تم تطويرها بواسطة https://libscat.com، والميزة الرئيسية لها هي "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Color Picker - find colors from image
قم بتنزيل ملفات الامتداد Image Color Picker - find colors from image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click this chrome extension icon to display a list of images in the browsed webpage. Select one of the images, and the image color picker tool will be opened. With the tool, you can get various color codes of the image.
معلومات أساسية عن التمديد
الاسم | Image Color Picker - find colors from image |
ID | ainpldfncpicabccajiklbibogoonpjp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp |
الوصف | Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image. |
حجم الملف | 93.44 KB |
عدد التثبيتات | 1,852 |
النسخة الحالية | 2.0 |
آخر تحديث | 2020-07-08 |
تاريخ النشر | 2020-07-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://libscat.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://libscat.com/html-color-codes/color-from-image.html |
عنوان صفحة المساعدة | https://libscat.com |
عنوان صفحة سياسة الخصوصية | https://libscat.com/privacy-policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Color Picker - find colors from image", "version": "2.0", "description": "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Find colors from image", "default_icon": "images\/libscat_32.png" }, "icons": { "16": "images\/libscat_16.png", "32": "images\/libscat_32.png", "48": "images\/libscat_48.png", "128": "images\/libscat_128.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*", "style\/*", "lib\/*", "page\/*", "script\/main.js" ] } |