Structured Data Testing Tool Firefox

Examine source code of Structured Data Testing Tool

Inspect and view changes in Structured Data Testing Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Structured Data Testing Tool",
  "version": "1.3",
  "description": "Quickly test structured data (JSON-LD, Microdata, RDFa) on any webpage with export & highlight features.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "downloads",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Structured Data Testing Tool"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a29b6523-db9c-462c-b142-bb8819cf3c25}"
    }
  }
}

Meilleures alternatives Structured Data Testing Tool

Voici quelques Firefox add-ons qui sont similaires à Structured Data Testing Tool :