Crop Image Search

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

Crop Image Searchคืออะไร?

Crop Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mesak.tw และคุณลักษณะหลักของมันคือ "This extension allows you to initiate a Google search using any image on the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crop Image Search

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}