Copy Link Anchor Text Firefox

Examine source code of Copy Link Anchor Text

Par : John Navas
Inspect and view changes in Copy Link Anchor Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Link Anchor Text",
  "version": "1.0.3",
  "description": "Copy the anchor text (link text) of any link via context menu (desktop) or tap-to-copy mode (Android).",
  "homepage_url": "https://github.com/JNavas2/Copy-Link-Anchor-Text",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "images/icon-32.png",
    "default_title": "Copy Link Anchor Text"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "toggle-copy-mode": {
      "suggested_key": {
        "default": "Ctrl+Alt+R"
      },
      "description": "Toggle copy link anchor text mode"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-link-anchor-text@example.com",
      "strict_min_version": "113.0"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png"
  },
  "web_accessible_resources": [
    "whats_new.json"
  ]
}

Meilleures alternatives Copy Link Anchor Text

Voici quelques Firefox add-ons qui sont similaires à Copy Link Anchor Text :