Dom Element Display Firefox

Examine source code of Dom Element Display

Por: thibsc
Inspect and view changes in Dom Element Display source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dom Element Display",
  "version": "0.1",
  "description": "Display the html representation of the wanted element",
  "homepage_url": "https://github.com/thibsc/myFirefoxAddons",
  "icons": {
    "48": "assets/icons/programming.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/displayer.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "assets/icons/programming.png",
    "default_title": "Dom Element Display"
  }
}

Mejores alternativas Dom Element Display

Aquí hay algunas Firefox add-ons que son similares a Dom Element Display: