Google Advanced Search

Google Advanced Search

Makes the advanced search capabilities easily available on the toolbar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google Advanced Search",
  "version": "0.0.1",
  "description": "Makes the advanced search capabilities easily available on the toolbar",
  "icons": {
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "*://*.google.com/search?*"
      ]
    }
  ]
}