Email extractor from all active tabs Firefox

Examine source code of Email extractor from all active tabs

By: Shah
Inspect and view changes in Email extractor from all active tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Email Collector",
  "version": "2.0",
  "description": "Collects and copies emails from all open tabs.",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "commands": {
    "copy_emails": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Copy all collected emails to the clipboard"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9fcc5911-9718-4da4-bc46-3dfe91373e2f}"
    }
  }
}

Best Email extractor from all active tabs Alternatives

Here are some Firefox add-ons that are similar to Email extractor from all active tabs: