PBM Email

PBM Email

This extension adds an email button to the toolbar which allows you to email the page link using your default mail client.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "PBM Email",
  "description": "This extension adds an email button to the toolbar which allows you to email the page link using your default mail client.",
  "version": "2.4.7",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "PBM Email Page",
    "default_icon": "16.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}