Adds 'Search using Google Search' to the context menu
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}