Anchor Selector Firefox

Examine source code of Anchor Selector

By: bgpat
Inspect and view changes in Anchor Selector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Anchor Selector",
  "version": "0.10.2",
  "description": "Select link anchor element",
  "homepage_url": "https://github.com/bgpat/anchor-selector",
  "browser_specific_settings": {
    "gecko": {
      "id": "{22a2fd71-5ac1-46c9-88e8-fe65a41bad62}",
      "strict_min_version": "78.0"
    }
  },
  "icons": {
    "256": "icons/anchor-selector.png"
  },
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "dist/content_script.js"
      ],
      "css": [
        "stylesheets/overlay.css"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "48": "icons/anchor-selector.png"
    },
    "default_title": "Anchor Selector"
  },
  "web_accessible_resources": [
    "icons/anchor-selector.svg"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "clipboardWrite",
    "storage"
  ]
}

Best Anchor Selector Alternatives

Here are some Firefox add-ons that are similar to Anchor Selector: