Solid Devtools

Chrome Developer Tools extension for debugging SolidJS applications.

Solid Devtools란 무엇입니까?

Solid Devtools은(는) thetarnav에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Developer Tools extension for debugging SolidJS applications."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Solid Devtools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🚧 In early development. 🚧

It allows for visualizing and interacting with Solid's reactivity graph, as well as inspecting component state and hierarchy.

⚠️ IT REQUIRES A RUNTIME DEBUGGER LIBRARY TO WORK! ⚠️

The debugger is not bundled in with SolidJS at the moment, as the project is in early development and requires frequent changes.

See the guide on how to install it:
https://github.com/thetarnav/solid-devtools/tree/main/packages/extension#getting-started                    

확장 프로그램 기본 정보

이름 Solid Devtools Solid Devtools
ID kmcfjchnmmaeeagadbhoofajiopoceel
공식 URL https://chromewebstore.google.com/detail/solid-devtools/kmcfjchnmmaeeagadbhoofajiopoceel
설명 Chrome Developer Tools extension for debugging SolidJS applications.
파일 크기 120 KB
설치 횟수 3,152
현재 버전 0.29.2
최근 업데이트 2023-11-20
출시 날짜 2022-08-16
평점 5.00/5 총 8 개의 평점
개발자 thetarnav
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/thetarnav/solid-devtools/tree/main/packages/extension#readme
도움말 페이지 URL https://github.com/thetarnav/solid-devtools/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Solid Devtools",
    "description": "Chrome Developer Tools extension for debugging SolidJS applications.",
    "homepage_url": "https:\/\/github.com\/thetarnav\/solid-devtools",
    "version": "0.29.2.0",
    "version_name": "0.29.2",
    "author": "Damian Tarnawski",
    "minimum_chrome_version": "94",
    "devtools_page": "devtools\/devtools.html",
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-177580b6.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [],
    "action": {
        "default_icon": {
            "16": "assets\/icons\/solid-gray-16.png",
            "32": "assets\/icons\/solid-gray-32.png",
            "48": "assets\/icons\/solid-gray-48.png",
            "128": "assets\/icons\/solid-gray-128.png"
        },
        "default_title": "Solid Devtools",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/solid-normal-16.png",
        "32": "assets\/icons\/solid-normal-32.png",
        "48": "assets\/icons\/solid-normal-48.png",
        "128": "assets\/icons\/solid-normal-128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/bridge-03dfb3bb.js",
                "assets\/AJRIPJTI-bb0fff76.js",
                "assets\/detector.ts-ca0eb97c.js",
                "assets\/debugger.ts-fea24b99.js",
                "assets\/index-680dd821.js",
                "assets\/web-46e89663.js",
                "assets\/content.ts-c0b44e92.js"
            ],
            "use_dynamic_url": true
        }
    ]
}