Meta tags inspector Firefox

Examine source code of Meta tags inspector

By: Numer
Inspect and view changes in Meta tags inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds a new panel to the developer tools. This panel can inspect metatags.",
  "manifest_version": 2,
  "name": "Meta tags",
  "version": "1.0",
  "author": "Roy Ermers",
  "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/devtools-panels",
  "icons": {
    "48": "icons/tag.svg"
  },
  "background": {
    "scripts": [
      "background_scripts/background.js"
    ]
  },
  "permissions": [
    "<all_urls>"
  ],
  "devtools_page": "devtools/devtools-page.html"
}

Best Meta tags inspector Alternatives

Here are some Firefox add-ons that are similar to Meta tags inspector: