Email this page (ver I. DUMAIRE)

Email this page (ver I. DUMAIRE)

This extension allow you to send the URL with the selected text by email or Gmail quickly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Email this page (ver I. DUMAIRE)",
  "description": "This extension allow you to send the URL with the selected text by email or Gmail quickly.",
  "version": "1.3.2",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "mail_128x128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus"
  ],
  "browser_action": {
    "default_title": "Email this page !",
    "default_icon": "email_16x16.png"
  },
  "manifest_version": 2
}