CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
CSS Gradient Inspector là gì?
CSS Gradient Inspector là một tiện ích mở rộng Chrome được phát triển bởi Rafael Caricio, và tính năng chính của nó là "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CSS Gradient Inspector
Tải xuống các tệp mở rộng CSS Gradient Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
URL Chính Thức | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Mô tả | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Kích Thước Tệp | 284 KB |
Số Lần Cài Đặt | 1,792 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2014-10-01 |
Ngày Phát Hành | 2014-10-01 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Rafael Caricio |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rafaelcaricio/gradient-inspector |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |