Web Page Highlighter

Web Page Highlighter

Highlight text on Web Page and Generate URL (Link) with the Highlighted text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Web Page Highlighter",
  "version": "1.0.0",
  "description": "Highlight text on Web Page and Generate URL (Link) with the Highlighted text.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "images/logo.png"
    }
  },
  "icons": {
    "16": "images/logo.png",
    "32": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "manifest_version": 2,
  "permissions": [
    "contextMenus"
  ]
}