Hyperlink from selected text

Hyperlink from selected text

Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Hyperlink from selected text",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "contextMenus"
  ]
}