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
官方網址 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"
    ]
}