Fast Advanced Google Search

Fast Advanced Google Search

Get better search results in less time with this easy to use interface for Google's advanced search parameters.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fast Advanced Google Search",
  "version": "1.1.1",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Get better search results in less time with this easy to use interface for Google's advanced search parameters.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_title": "Fast Advanced Google Search",
    "default_popup": "browser_action/browser_action.html"
  },
  "permissions": [
    "tabs"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+G",
        "mac": "Alt+G",
        "chromeos": "Alt+G",
        "linux": "Alt+G"
      }
    }
  }
}