Semantic inspector

Semantic inspector

This extension shows you a structure written with HTML Microdata.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Semantic inspector",
  "description": "__MSG_extDescription__",
  "version": "1.2.2",
  "icons": {
    "48": "./icon48.png",
    "128": "./icon128.png"
  },
  "background": {
    "page": "./background.html"
  },
  "page_action": {
    "default_icon": "icon19.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "file:///*"
  ],
  "default_locale": "en",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}