RECHECK - Audit HTML Tags and Attributes

RECHECK - Audit HTML Tags and Attributes

Finds any HTML tag and attribute with or without value on any website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "1.4.5",
  "author": "[email protected]",
  "icons": {
    "16": "icons/icon-html5-pure-16.png",
    "48": "icons/icon-html5-pure-48.png",
    "128": "icons/icon-html5-pure-128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-html5-pure-19.png",
    "default_popup": "html/popup.html"
  },
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": true
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "default_locale": "en"
}