Mail this link

Mail this link

Send A Link from ContextMenu - Does NOT work with an 'in-browser' email client

Additional files are visible only to premium users

manifest.json


{
  "background_page": "background.html",
  "description": "Send A Link from ContextMenu - Does NOT work with an 'in-browser' email client",
  "homepage_url": "http://chrome.masline.com/",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Mail this link",
  "permissions": [
    "contextMenus"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}