Knockout Inspect Firefox

Examine source code of Knockout Inspect

提供元: Jay Harris
Inspect and view changes in Knockout Inspect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Knockout Inspect",
  "description": "An inspector for Knockout JS",
  "version": "0.0.1",
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "512": "icons/icon-512.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/script.js"
    ]
  }
}

ベストのKnockout Inspect代替案

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