Meiosis Tracer
Adds Meiosis Tracer to Chrome DevTools
What is Meiosis Tracer?
Meiosis Tracer is a Chrome extension developed by foxdonut00, and its main feature is "Adds Meiosis Tracer to Chrome DevTools".
Extension Screenshots
Download Meiosis Tracer Extension CRX File
Download Meiosis Tracer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Meiosis Tracer |
ID | lcomllmppaiciocfbeefdeoplnfpnnfl |
Official URL | https://chromewebstore.google.com/detail/meiosis-tracer/lcomllmppaiciocfbeefdeoplnfpnnfl |
Description | Adds Meiosis Tracer to Chrome DevTools |
File Size | 36.15 KB |
Installation Count | 35 |
Current Version | 6.0.0 |
Last Updated | 2023-03-09 |
Publish Date | 2019-08-15 |
Rating | 5.00/5 Total 3 Ratings |
Developer | foxdonut00 |
[email protected] | |
Payment Type | free |
Extension Website | http://meiosis.js.org |
Privacy Policy Page URL | https://meiosis.js.org/privacy-policy.html |
Supported Languages | 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" } |