Link Extractor Firefox

Examine source code of Link Extractor

By: woynoba
Inspect and view changes in Link Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Extractor",
  "version": "1.0",
  "description": "Extract all links from any webpage, display them in a scrollable list, and copy individual or all links to the clipboard with a slate blue interface.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c6d7a360-5c56-4b1a-99c7-d6d7d96c32b3}"
    }
  }
}

Best Link Extractor Alternatives

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