Email Extractor Firefox

Examine source code of Email Extractor

Inspect and view changes in Email Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Email Extractor",
  "description": "Extract emails from a webpage.",
  "version": "1.0",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3cbd3e6a-46e7-4a1b-aa04-e5bfb964ec96}"
    }
  }
}

최고의 Email Extractor 대안

다음은 Email Extractor과(와) 유사한 Firefox add-on입니다: