postMessage Developer Tools
Provides a dev tools panel to view postMessages for the current page
postMessage Developer Tools là gì?
postMessage Developer Tools là một tiện ích mở rộng Chrome được phát triển bởi alxHenry Developer, và tính năng chính của nó là "Provides a dev tools panel to view postMessages for the current page".
Ả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 postMessage Developer Tools
Tải xuống các tệp mở rộng postMessage 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
Provides a dev tools panel to view postMessages for the current page. It aims to provide an easier debugging experience than setting up console logs on your message listeners and filtering in the console for the results. Contributions are welcome to the Github project here: https://github.com/alxHenry/chrome-postMessage-dev-tools
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | postMessage Developer Tools |
ID | nadeoelabbieobdpmejlfidbhhdicmpa |
URL Chính Thức | https://chromewebstore.google.com/detail/postmessage-developer-too/nadeoelabbieobdpmejlfidbhhdicmpa |
Mô tả | Provides a dev tools panel to view postMessages for the current page |
Kích Thước Tệp | 15.86 KB |
Số Lần Cài Đặt | 2,756 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-09-14 |
Ngày Phát Hành | 2020-08-02 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | alxHenry Developer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/alxHenry/chrome-postMessage-dev-tools |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "postMessage Developer Tools", "version": "1.1.0", "description": "Provides a dev tools panel to view postMessages for the current page", "devtools_page": ".\/bootstrap.html", "icons": { "16": "chat-16.png", "32": "chat-32.png", "48": "chat-48.png", "128": "chat-128.png" }, "background": { "scripts": [ ".\/src\/background.js" ], "persistent": false }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |