Clouseau - Bobril inspector
Bobril inspector - inspects DOM.Allows users to inspect Virtual DOM in Bobril (https://github.com/Bobris/Bobril) based applications.
Clouseau - Bobril inspector là gì?
Clouseau - Bobril inspector là một tiện ích mở rộng Chrome được phát triển bởi Vladimír Kleštinec, và tính năng chính của nó là "Bobril inspector - inspects DOM.Allows users to inspect Virtual DOM in Bobril (https://github.com/Bobris/Bobril) based applications.".
Ả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 Clouseau - Bobril inspector
Tải xuống các tệp mở rộng Clouseau - Bobril 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
Allows users to inspect Virtual DOM in Bobril (https://github.com/Bobris/Bobril) based applications. When chrome dev console is opened and you select element on page that uses Bobril. Then on each click on element, Bobril tab in dev tools tabs is updated and shows current virtual node information.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clouseau - Bobril inspector |
ID | npfemnefhbkiahihigplihehpbgkbhbj |
URL Chính Thức | https://chromewebstore.google.com/detail/clouseau-bobril-inspector/npfemnefhbkiahihigplihehpbgkbhbj |
Mô tả | Bobril inspector - inspects DOM.Allows users to inspect Virtual DOM in Bobril (https://github.com/Bobris/Bobril) based applications. |
Kích Thước Tệp | 33.21 KB |
Số Lần Cài Đặt | 143 |
Phiên Bản Hiện Tại | 0.2.3 |
Cập Nhật Lần Cuối | 2023-03-26 |
Ngày Phát Hành | 2019-04-11 |
Đánh Giá | 4.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Vladimír Kleštinec |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/klesta490/bobril-clouseau |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clouseau - Bobril inspector", "short_name": "Clouseau", "version": "0.2.3", "description": "Bobril inspector - inspects DOM.Allows users to inspect Virtual DOM in Bobril (https:\/\/github.com\/Bobris\/Bobril) based applications.", "devtools_page": "devtoolsbackground.html", "minimum_chrome_version": "88.0", "author": "Vladim\u00edr Kle\u0161tinec", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |