Color Extraction by Qvalento
This extension extract colors from elements on the page in hex and rgb.
ما هو Color Extraction by Qvalento؟
Color Extraction by Qvalento هو إضافة Chrome تم تطويرها بواسطة https://qvalento.se، والميزة الرئيسية لها هي "This extension extract colors from elements on the page in hex and rgb.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Color Extraction by Qvalento
قم بتنزيل ملفات الامتداد Color Extraction by Qvalento بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a quick way of extracting colors that are being used on a web page and then copy them to the clipboard. The extension will crawl main elements on the web page and extract both color and background color from the CSS.
معلومات أساسية عن التمديد
الاسم | Color Extraction by Qvalento |
ID | hadabhlhfpnmlllfjgfdnbccnhgnmefl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl |
الوصف | This extension extract colors from elements on the page in hex and rgb. |
حجم الملف | 387 KB |
عدد التثبيتات | 229 |
النسخة الحالية | 3.0 |
آخر تحديث | 2020-05-22 |
تاريخ النشر | 2020-05-22 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://qvalento.se |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Linus Larsson", "name": "Color Extraction by Qvalento", "description": "This extension extract colors from elements on the page in hex and rgb.", "version": "3.0", "permissions": [ "activeTab", "clipboardWrite" ], "icons": { "16": "color_extraction_logo_16.png", "48": "color_extraction_logo_48.png", "128": "color_extraction_logo_128.png" }, "browser_action": { "default_icon": "color_extraction_logo_48.png", "default_popup": "popup.html" } } |