Try Again on Google

Try Again on Google

Can't find what you need on Bing. Try the same search on Google with a simple click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Try Again on Google",
  "version": "1.0.0.0",
  "manifest_version": 2,
  "author": "Pillowsoft",
  "description": "Can't find what you need on Bing. Try the same search on Google with a simple click of a button.",
  "icons": {
    "20": "icons/icon-20.png",
    "40": "icons/icon-40.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://*.bing.*/search*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}