Meiosis Tracer

Adds Meiosis Tracer to Chrome DevTools

Meiosis Tracer란 무엇입니까?

Meiosis Tracer은(는) foxdonut00에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Meiosis Tracer to Chrome DevTools"입니다.

확장 프로그램 스크린샷

screenshot

Meiosis Tracer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Meiosis Tracer Meiosis Tracer
ID lcomllmppaiciocfbeefdeoplnfpnnfl
공식 URL 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"
}