Crop Image Search

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

什么是Crop Image Search?

Crop Image Search是由https://mesak.tw开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to initiate a Google search using any image on the web.”。

扩展截图

screenshot
screenshot
screenshot

下载Crop Image Search扩展crx文件

下载Crop Image Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        可以將網頁快照裁切搜尋

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

扩展基本信息

名称 Crop Image Search Crop Image Search
ID bfjhgnhnodlinoleolebajgmiebmhohb
官方URL https://chromewebstore.google.com/detail/crop-image-search/bfjhgnhnodlinoleolebajgmiebmhohb
简介 This extension allows you to initiate a Google search using any image on the web.
文件大小 112 KB
安装次数 1,869
当前版本 1.0.2
更新时间 2014-08-13
上架时间 2014-08-12
评分 4.93/5 共14次评分
开发者 https://mesak.tw
付费类型 free
扩展官网 http://mesak.tw/code/chrome-extensions/4834/crop-image-search
支持的语言 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"
    ]
}