Crop Image Search

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

Qu'est-ce que Crop Image Search ?

Crop Image Search est une extension Chrome développée par https://mesak.tw, et sa fonction principale est "This extension allows you to initiate a Google search using any image on the web.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Crop Image Search

Téléchargez les fichiers d'extension Crop Image Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        可以將網頁快照裁切搜尋

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

Informations de Base sur l'Extension

Nom Crop Image Search Crop Image Search
ID bfjhgnhnodlinoleolebajgmiebmhohb
URL Officiel 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.
Taille du Fichier 112 KB
Nombre d'Installations 1,869
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-08-13
Date de Publication 2014-08-12
Évaluation 4.93/5 Total 14 Évaluations
Développeur https://mesak.tw
Type de Paiement free
Site Web de l'Extension http://mesak.tw/code/chrome-extensions/4834/crop-image-search
Langues Prises en Charge 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"
    ]
}