SocketLog Firefox

Examine source code of SocketLog

Por: 谭顺
Inspect and view changes in SocketLog source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SocketLog",
  "description": "SocketLog是FirePHP和ChromePHP的替代者,不仅能做ajax调试,还能做API调试。",
  "version": "2.2.2resigned1",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "log.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "evn.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a6f2c7c0-83fa-41e4-954e-89c6c206fd69}"
    }
  }
}

Melhores alternativas SocketLog

Aqui estão algumas Firefox add-ons que são similares a SocketLog: