Page Element Dumper

Page Element Dumper

Parsing a page for selectors and semi smart outputting the paths to elements.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Page Element Dumper",
  "version": "0.0.1",
  "description": "Parsing a page for selectors and semi smart outputting the paths to elements.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/page_elements16.png",
    "32": "images/page_elements32.png",
    "48": "images/page_elements48.png",
    "128": "images/page_elements128.png"
  },
  "manifest_version": 2
}