Crop Image Search

Crop Image Search

This extension allows you to initiate a Google search using any image on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Mesak",
  "background": {
    "persistent": true,
    "scripts": [
      "libs/url-normalizer.js/url-normalizer.js",
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "zh_TW",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "21",
  "name": "__MSG_extensionName__",
  "permissions": [
    "contextMenus",
    "tabs",
    "<all_urls>",
    "https://www.google-analytics.com/",
    "storage"
  ],
  "version": "1.0.2",
  "web_accessible_resources": [
    "js/jquery-2.0.3.min.map",
    "lib/url-normalizer.js/map.csv"
  ]
}