HTML Tag Elements Attribute CSV Exporter

HTML Tag Elements Attribute CSV Exporter

Export HTML tag element attributes to CSV only by entering a HTML query selector.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "HTML Tag Elements Attribute CSV Exporter",
  "version": "1.0",
  "description": "Export HTML tag element attributes to CSV only by entering a HTML query selector.",
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  }
}