URL Extractor Firefox

Examine source code of URL Extractor

Inspect and view changes in URL Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URL Extractor",
  "description": "Extract URLs from a webpage.",
  "version": "1.0",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; style-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{1ce9abd5-839b-470c-9b4f-47f3be6cd78b}"
    }
  }
}

ベストのURL Extractor代替案

URL Extractorに類似したFirefox add-onをいくつか紹介します: