HTML DOM Navigation

HTML DOM Navigation

HTML DOM Navigation lets you view the node tree in a simple and easy way. IRB would be really useful for Watir automation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HTML DOM Navigation",
  "manifest_version": 2,
  "version": "1.0",
  "description": "HTML DOM Navigation lets you view the node tree in a simple and easy way. IRB would be really useful for Watir automation.",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "128": "img/icon.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "HTML DOM Navigation"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ]
}