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"
    ]
}