Simple StructuredData Viewer Firefox

Examine source code of Simple StructuredData Viewer

제작자: Labor 77 Add-on
Inspect and view changes in Simple StructuredData Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Simple StructuredData Viewer",
  "version": "1.0.0",
  "description": "A clean, simple viewer for JSON-LD structured data on any webpage.",
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Simple StructuredData Viewer"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "simple-structureddata-viewer@labor77.de",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

최고의 Simple StructuredData Viewer 대안

다음은 Simple StructuredData Viewer과(와) 유사한 Firefox add-on입니다: