Microdata Implementer Firefox

Examine source code of Microdata Implementer

Inspect and view changes in Microdata Implementer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Microdata Implementer",
  "version": "1.3",
  "description": "Inject Microdata structured data into websites for SEO testing.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ebba7bb8-8c87-45e0-be66-a6b76666b5cc}"
    }
  }
}

Best Microdata Implementer Alternatives

Here are some Firefox add-ons that are similar to Microdata Implementer: