Crop Image Search

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

Wat is Crop Image Search?

Crop Image Search is een Chrome-extensie ontwikkeld door https://mesak.tw, en de belangrijkste functie is "This extension allows you to initiate a Google search using any image on the web.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Crop Image Search

Download Crop Image Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        可以將網頁快照裁切搜尋

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

Basisinformatie over de Extensie

Naam Crop Image Search Crop Image Search
ID bfjhgnhnodlinoleolebajgmiebmhohb
Officiële URL https://chromewebstore.google.com/detail/crop-image-search/bfjhgnhnodlinoleolebajgmiebmhohb
Beschrijving This extension allows you to initiate a Google search using any image on the web.
Bestandsgrootte 112 KB
Aantal Installaties 1,869
Huidige Versie 1.0.2
Laatst Bijgewerkt 2014-08-13
Publicatiedatum 2014-08-12
Beoordeling 4.93/5 Totaal 14 Beoordelingen
Ontwikkelaar https://mesak.tw
Betalingswijze free
Extensiewebsite http://mesak.tw/code/chrome-extensions/4834/crop-image-search
Ondersteunde Talen 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"
    ]
}