Meiosis Tracer
Adds Meiosis Tracer to Chrome DevTools
什麼是Meiosis Tracer?
Meiosis Tracer是由foxdonut00開發的Chrome擴展程式,該擴展的主要功能是“Adds Meiosis Tracer to Chrome DevTools”。
擴展截圖
下載Meiosis Tracer擴展crx文件
下載Meiosis Tracer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | lcomllmppaiciocfbeefdeoplnfpnnfl |
| 官方網址 | https://chromewebstore.google.com/detail/meiosis-tracer/lcomllmppaiciocfbeefdeoplnfpnnfl |
| 簡介 | Adds Meiosis Tracer to Chrome DevTools |
| 檔案大小 | 36.15 KB |
| 安裝次數 | 35 |
| 目前版本 | 6.0.0 |
| 更新時間 | 2023-03-09 |
| 上架時間 | 2019-08-15 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | foxdonut00 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://meiosis.js.org |
| 隱私政策頁面URL | https://meiosis.js.org/privacy-policy.html |
| 支援的語言 | 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"
} | |