Crop Image Search

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

What is Crop Image Search?

Crop Image Search is a Chrome extension developed by https://mesak.tw, and its main feature is "This extension allows you to initiate a Google search using any image on the web.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Crop Image Search Extension CRX File

Download Crop Image Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        可以將網頁快照裁切搜尋

開發網站 :http://mesak.tw                    

Extension Basic Information

Name Crop Image Search Crop Image Search
ID bfjhgnhnodlinoleolebajgmiebmhohb
Official URL https://chromewebstore.google.com/detail/crop-image-search/bfjhgnhnodlinoleolebajgmiebmhohb
Description This extension allows you to initiate a Google search using any image on the web.
File Size 112 KB
Installation Count 1,869
Current Version 1.0.2
Last Updated 2014-08-13
Publish Date 2014-08-12
Rating 4.93/5 Total 14 Ratings
Developer https://mesak.tw
Payment Type free
Extension Website http://mesak.tw/code/chrome-extensions/4834/crop-image-search
Supported Languages en,zh-TW
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",
        "",
        "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"
    ]
}