Color-Converter
Convert your color to other color-formats (hex <-> rgb <-> hsl)
ما هو Color-Converter؟
Color-Converter هو إضافة Chrome تم تطويرها بواسطة https://heithe.com، والميزة الرئيسية لها هي "Convert your color to other color-formats (hex <-> rgb <-> hsl)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Color-Converter
قم بتنزيل ملفات الامتداد Color-Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Extension let you convert a given color into other color-formats.
At this time you can convert: hex, splitted hex <-> rgb in decimal or percentage <-> hsl in decimal or percentage
Just look at the screenshots, install and try it :)
Watch my blog: http://www.heithe.com
Contact me: heithe01+chrcc at gmail dot com
Donations are welcome to heithe01 at gmail dot com through paypal :) معلومات أساسية عن التمديد
| الاسم | |
| ID | ekjjmfmbokeceeeblblppmgkcenhncii |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/color-converter/ekjjmfmbokeceeeblblppmgkcenhncii |
| الوصف | Convert your color to other color-formats (hex <-> rgb <-> hsl) |
| حجم الملف | 111 KB |
| عدد التثبيتات | 1,105 |
| النسخة الحالية | 1.0.1.1 |
| آخر تحديث | 2013-06-25 |
| تاريخ النشر | 2013-06-25 |
| تقييم | 4.33/5 مجموع تقييمات 6 |
| المطور | https://heithe.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://www.heithe.com/blog/ |
| عنوان صفحة المساعدة | http://www.heithe.com/blog/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "img\/icons\/color_converter_logo_19.png",
"default_popup": "html\/color_converter.html",
"default_title": "Color-Converter"
},
"description": "Convert your color to other color-formats (hex <-> rgb <-> hsl)",
"icons": {
"128": "img\/icons\/color_converter_logo_128.png",
"16": "img\/icons\/color_converter_logo_16.png",
"48": "img\/icons\/color_converter_logo_48.png"
},
"manifest_version": 2,
"name": "Color-Converter",
"version": "1.0.1.1"
} | |