CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
ما هو CSS Gradient Inspector؟
CSS Gradient Inspector هو إضافة Chrome تم تطويرها بواسطة Rafael Caricio، والميزة الرئيسية لها هي "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CSS Gradient Inspector
قم بتنزيل ملفات الامتداد CSS Gradient Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. You can also toggle every element's gradient like different layers. It's useful for debugging. This project is open source and you can follow more updates at the GitHub repository: https://github.com/rafaelcaricio/gradient-inspector If you have any feedback, please create an issue at https://github.com/rafaelcaricio/gradient-inspector/issues
معلومات أساسية عن التمديد
الاسم | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
الوصف | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
حجم الملف | 284 KB |
عدد التثبيتات | 1,792 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2014-10-01 |
تاريخ النشر | 2014-10-01 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Rafael Caricio |
نوع الدفع | free |
موقع الإضافة | https://github.com/rafaelcaricio/gradient-inspector |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Gradient Inspector", "version": "0.2.0", "description": "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.", "devtools_page": "devtools.html", "manifest_version": 2, "icons": { "16": "img\/pretty_logo_x16.png", "48": "img\/pretty_logo_x48.png", "128": "img\/pretty_logo_x128.png" } } |