Excerpt with Link

Excerpt with Link

Copies selected text and associated link (URL).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Excerpt with Link",
  "version": "1.3",
  "manifest_version": 2,
  "short_name": "Excerpt with Link",
  "description": "Copies selected text and associated link (URL).",
  "author": "Wolf Mountain IP, LLC",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "64": "icon-64.png"
  }
}