H-tag

H-tag

This extension will show <h> tag on page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "H-tag",
  "short_name": "H-tag",
  "description": "This extension will show <h> tag on page",
  "version": "1.02",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon/16.png",
      "32": "icon/32.png",
      "48": "icon/48.png",
      "128": "icon/128.png"
    }
  },
  "permissions": [
    "https://*/*",
    "http://*/*"
  ]
}