Webpage Extractor Firefox

Examine source code of Webpage Extractor

Inspect and view changes in Webpage Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Webpage Extractor",
  "version": "3.0.1",
  "description": "Extract information from selected visible elements from the current webpage.",
  "icons": {
    "16": "icon/icon_16.png",
    "19": "icon/icon_19.png",
    "32": "icon/icon_32.png",
    "48": "icon/icon_48.png",
    "128": "icon/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "turndown/pre.js",
        "turndown/turndown.js",
        "turndown/turndown-plugin-gfm.cjs.js",
        "turndown/post.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon/icon_48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "crx-webpage-extractor@warren-bank.github.io"
    }
  }
}

Best Webpage Extractor Alternatives

Here are some Firefox add-ons that are similar to Webpage Extractor: