WebGPU Inspector Firefox

Examine source code of WebGPU Inspector

제작자: brendan-duncan Add-on
Inspect and view changes in WebGPU Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WebGPU Inspector",
  "short_name": "webgpu_inspector",
  "version": "1.6.0",
  "description": "DevTools debugger and profiler for WebGPU — inspect objects, capture frames, edit shaders live, and analyze GPU performance.",
  "author": "Brendan Duncan",
  "icons": {
    "19": "res/webgpu_inspector_on-19.png",
    "38": "res/webgpu_inspector_on-38.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "devtools_page": "webgpu_inspector_devtools.html",
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2104a115-2143-46c7-8729-ea189321534a}"
    }
  }
}

최고의 WebGPU Inspector 대안

다음은 WebGPU Inspector과(와) 유사한 Firefox add-on입니다: