Structured Data Test of current URL

Structured Data Test of current URL

This extension tests the current URL in browser through Google's Structured Data Testing Tool with a single click - Created by Marketingradar.de

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    },
    "default_title": "Structured Data Testing Tool: current URL test"
  },
  "name": "Structured Data Test of current URL",
  "short_name": "Structured Data Test of current URL",
  "description": "This extension tests the current URL in browser with Google's Structured Data Testing Tool - Created von Marketingradar.de",
  "homepage_url": "https://marketingradar.de/online-marketing/strukturierte-daten-testen-mit-der-chrome-erweiterung-von-marketingradar/",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "0.2resigned1",
  "manifest_version": 2,
  "developer": {
    "name": "Evgeniy Orlov",
    "url": "https://mediaworx.com"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{93cf9b01-2153-4985-9212-8f99b0769951}"
    }
  }
}