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입니다: