Send URL

Send URL

Implements a button to send page URL (link) via email.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Send URL",
  "short_name": "Send URL",
  "description": "Implements a button to send page URL (link) via email.",
  "version": "0.9.5.2",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "action": {
    "default_icon": "icon16.png",
    "default_popup": "a.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}