DOM Treemap

DOM Treemap

Helps you explore the distribution of DOM nodes in the document tree.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "name": "DOM Treemap",
  "version": "1.1.1",
  "description": "Helps you explore the distribution of DOM nodes in the document tree.",
  "devtools_page": "devtools.html",
  "permissions": []
}