Quick Copy & Highlight Firefox

Examine source code of Quick Copy & Highlight

By: GD365
Inspect and view changes in Quick Copy & Highlight source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Copy & Highlight",
  "version": "1.0.0",
  "description": "Copy the current tab’s title and URL in your preferred format and highlight selected text with a click.",
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-copy-highlight@example.com",
      "strict_min_version": "91.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Quick Copy & Highlight",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": false
  }
}

Best Quick Copy & Highlight Alternatives

Here are some Firefox add-ons that are similar to Quick Copy & Highlight: