Link Gopher

Link Gopher

Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for inspection or copy and paste into other systems.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "2.6.2",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "homepage_url": "https://sites.google.com/site/linkgopher/",
  "icons": {
    "16": "icons/link-gopher-16.png",
    "32": "icons/link-gopher-32.png",
    "64": "icons/link-gopher-64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    }
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "scripting"
  ],
  "action": {
    "default_icon": "icons/link-gopher-32.png",
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup/popup.html"
  },
  "content_security_policy": {}
}