Google Search Context Menu

Google Search Context Menu

Adds 'Search using Google Search' to the context menu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Google Search Context Menu",
  "author": "Aeranos",
  "description": "Adds 'Search using Google Search' to the context menu",
  "version": "1.1",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}