Extract All Headings Firefox

Examine source code of Extract All Headings

Inspect and view changes in Extract All Headings source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Extract All Headings",
  "version": "1.0",
  "description": "Extract all H1-H6 headings from the page.",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Extract Headings"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b7b70f74-bed1-458b-8a53-a11a70bb1229}",
      "strict_min_version": "105.0"
    }
  }
}

Best Extract All Headings Alternatives

Here are some Firefox add-ons that are similar to Extract All Headings: