Google Search

Google Search

Do you use Bing or DuckDuckGo as default, but sometimes still have to resort back to google? This extension will add 'Search with google' to context menu so as to search selected text easily with google when required

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Do you use Bing or DuckDuckGo as default, but sometimes still have to resort back to google? This extension will add 'Search with google' to context menu so as to search selected text easily with google when required",
  "manifest_version": 2,
  "name": "Google Search",
  "version": "0.2.0.4resigned1",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0f46b35c-9cf5-4564-90a4-4078dc199dc4}"
    }
  }
}