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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |