Meiosis Tracer
Adds Meiosis Tracer to Chrome DevTools
Meiosis Tracer là gì?
Meiosis Tracer là một tiện ích mở rộng Chrome được phát triển bởi foxdonut00, và tính năng chính của nó là "Adds Meiosis Tracer to Chrome DevTools".
Ả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 Meiosis Tracer
Tải xuống các tệp mở rộng Meiosis Tracer 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
Meiosis-Tracer is a development and debugging tool that traces, rewinds, and replays snapshots of streams in a web application. You can also directly enter your own snapshots and send them onto streams.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Meiosis Tracer |
ID | lcomllmppaiciocfbeefdeoplnfpnnfl |
URL Chính Thức | https://chromewebstore.google.com/detail/meiosis-tracer/lcomllmppaiciocfbeefdeoplnfpnnfl |
Mô tả | Adds Meiosis Tracer to Chrome DevTools |
Kích Thước Tệp | 36.15 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 6.0.0 |
Cập Nhật Lần Cuối | 2023-03-09 |
Ngày Phát Hành | 2019-08-15 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | foxdonut00 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://meiosis.js.org |
URL Trang Chính Sách Bảo Mật | https://meiosis.js.org/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meiosis Tracer", "short_name": "Meiosis", "version": "6.0.0", "description": "Adds Meiosis Tracer to Chrome DevTools", "author": "foxdonut", "icons": { "16": "meiosis16.png", "48": "meiosis48.png", "128": "meiosis128.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "devtools_page": "devtools.html", "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/github.com\/foxdonut\/meiosis-tracer" } |