CSS Color Chart
Tool that references all the css color that can be call by name, in rainbow order.
ما هو CSS Color Chart؟
CSS Color Chart هو إضافة Chrome تم تطويرها بواسطة Iñaki Aranzadi، والميزة الرئيسية لها هي "Tool that references all the css color that can be call by name, in rainbow order.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CSS Color Chart
قم بتنزيل ملفات الامتداد CSS Color Chart بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This little tool let you explore all the CSS colors that have a name value, then you can copy the name on your clipboard by simply clicking on the circular tile.
معلومات أساسية عن التمديد
الاسم | CSS Color Chart |
ID | pmiclebjcgfopaejmnepnlkejpmfckgc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc |
الوصف | Tool that references all the css color that can be call by name, in rainbow order. |
حجم الملف | 71.04 KB |
عدد التثبيتات | 115 |
النسخة الحالية | 1.2.2 |
آخر تحديث | 2016-02-29 |
تاريخ النشر | 2016-02-29 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Iñaki Aranzadi |
نوع الدفع | free |
موقع الإضافة | http://ainsleywagoner.com/color-chart/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Color Chart", "description": "Tool that references all the css color that can be call by name, in rainbow order.", "version": "1.2.2", "icons": { "32": "images\/tile.32.png", "64": "images\/tile.64.png", "128": "images\/tile.128.png" }, "browser_action": { "default_icon": "images\/tile.128.png", "default_title": "CSS Color Chart", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |