Search Google Image

Search Google Image

Search Google Image for the selected text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Search Google Image",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Search Google Image for the selected text",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "google_image.js"
    ]
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "author": [
    {
      "name": "Quy Nguyen",
      "email": "[email protected]"
    }
  ]
}