Svelte Devtools Firefox

Examine source code of Svelte Devtools

提供元: RedHatter271
Inspect and view changes in Svelte Devtools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Svelte Devtools",
  "version": "1.3.0",
  "description": "Browser devtools extension for debugging Svelte applications.",
  "icons": {
    "16": "icon-16.png",
    "24": "icon-24.png",
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "devtools_page": "devtools/index.html",
  "web_accessible_resources": [
    "privilegedContent.js"
  ]
}

ベストのSvelte Devtools代替案

Svelte Devtoolsに類似したFirefox add-onをいくつか紹介します: