Send Page

Send Page

Allows you to easily send the url of a page, link, image or video per mail.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Send Page",
  "description": "Allows you to easily send the url of a page, link, image or video per mail.",
  "version": "2.3",
  "manifest_version": 2,
  "author": "Jacques Stadler",
  "homepage_url": "https://github.com/stadler/SendPage",
  "icons": {
    "16": "images/send-page-16.png",
    "48": "images/send-page-48.png",
    "128": "images/send-page-128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "background": {
    "scripts": [
      "sendpage.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}