td-debugger Firefox

Examine source code of td-debugger

提供元: mickeey2525
Inspect and view changes in td-debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Treasure Data TD-JS-SDK debugger for Firefox",
  "manifest_version": 2,
  "name": "td-debugger",
  "version": "1.0",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*/",
    "tabs"
  ],
  "icons": {
    "48": "td-icon.jpg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

ベストのtd-debugger代替案

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