Hexualize
Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.
ما هو Hexualize؟
Hexualize هو إضافة Chrome تم تطويرها بواسطة Mads Cordes، والميزة الرئيسية لها هي "Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hexualize
قم بتنزيل ملفات الامتداد Hexualize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Hexualize |
ID | einndnmgmahiiafinedpcjpkmckadfoi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hexualize/einndnmgmahiiafinedpcjpkmckadfoi |
الوصف | Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour. |
حجم الملف | 39.65 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2014-09-20 |
تاريخ النشر | 2014-09-20 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Mads Cordes |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hexualize", "description": "Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.", "version": "0.1.0", "icons": { "128": "assets\/img\/icon_128.png" }, "author": "Mads Cordes", "background": { "scripts": [ "assets\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/js\/content.js" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [ " |