Preact Developer Tools
Adds debugging tools for Preact to Chrome
Preact Developer Tools là gì?
Preact Developer Tools là một tiện ích mở rộng Chrome được phát triển bởi Preact Developers, và tính năng chính của nó là "Adds debugging tools for Preact to Chrome".
Ả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 Preact Developer Tools
Tải xuống các tệp mở rộng Preact Developer Tools 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
Debugging tools for Preact. This extension allows you to inspect the component hierarchy and change properties on the fly.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Preact Developer Tools |
ID | ilcajpmogmhpliinlbcdebhbcanbghmd |
URL Chính Thức | https://chromewebstore.google.com/detail/preact-developer-tools/ilcajpmogmhpliinlbcdebhbcanbghmd |
Mô tả | Adds debugging tools for Preact to Chrome |
Kích Thước Tệp | 144 KB |
Số Lần Cài Đặt | 9,788 |
Phiên Bản Hiện Tại | 4.7.1 |
Cập Nhật Lần Cuối | 2023-03-06 |
Ngày Phát Hành | 2020-06-10 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Preact Developers |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://preactjs.github.io/preact-devtools/ |
URL Trang Trợ Giúp | https://github.com/preactjs/preact-devtools/issues/ |
URL Trang Chính Sách Bảo Mật | https://github.com/preactjs/preact-devtools/blob/master/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Preact Developer Tools", "description": "Adds debugging tools for Preact to Chrome", "version": "4.7.1", "devtools_page": "panel\/empty-panel.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "192": "icons\/icon-192.png" }, "browser_action": { "default_icon": { "16": "icons\/icon-16-disabled.png", "32": "icons\/icon-32-disabled.png", "48": "icons\/icon-48-disabled.png", "128": "icons\/icon-128-disabled.png", "192": "icons\/icon-192-disabled.png" }, "default_popup": "popup\/disabled.html" }, "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |