CSS Color Names
CSS Color Names Reference
ما هو CSS Color Names؟
CSS Color Names هو إضافة Chrome تم تطويرها بواسطة pluraldev.com، والميزة الرئيسية لها هي "CSS Color Names Reference".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CSS Color Names
قم بتنزيل ملفات الامتداد CSS Color Names بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Provides a reference for the CSS color names, based in the SVG 1.0 color keyword names (http://www.w3.org/TR/SVG/types.html#ColorKeywords). You can copy the names to the clipboard by clicking a color tile.
معلومات أساسية عن التمديد
الاسم | CSS Color Names |
ID | dpjlhcacpgbemcijbpkpakofehlaejah |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/css-color-names/dpjlhcacpgbemcijbpkpakofehlaejah |
الوصف | CSS Color Names Reference |
حجم الملف | 64.31 KB |
عدد التثبيتات | 596 |
النسخة الحالية | 1.0.3.5 |
آخر تحديث | 2015-05-12 |
تاريخ النشر | 2015-05-12 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | pluraldev.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://pluraldev.com/apps.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Color Names", "short_name": "CSS Color Names", "description": "CSS Color Names Reference", "version": "1.0.3.5", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "index.html" }, "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |