Find this pic

Search any web-image via Google Images.

什麼是Find this pic?

Find this pic是由https://www.venetowebdesign.com開發的Chrome擴展程式,該擴展的主要功能是“Search any web-image via Google Images.”。

擴展截圖

screenshot

下載Find this pic擴展crx文件

下載Find this pic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Findthispic lets you search any image via Googles image search. It is just as simple that you do not have to insert the URL by hand. Instead you just right-click the image, choose find this pic, and the search results are shown in a new window. (Updated recent version to manifest 2.).
Thank you for using findthispic!                    

擴展基本資訊

名稱 Find this pic Find this pic
ID lipgmjpepegfmijhpkoedhckijlelkgl
官方網址 https://chromewebstore.google.com/detail/find-this-pic/lipgmjpepegfmijhpkoedhckijlelkgl
簡介 Search any web-image via Google Images.
檔案大小 9.07 KB
安裝次數 6,391
目前版本 2.1
更新時間 2013-06-15
上架時間 2013-06-14
評分 4.08/5 共 25 次評分
開發者 https://www.venetowebdesign.com
付費類型 free
擴展官網 http://www.venetowebdesign.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find this pic",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Search any web-image via Google Images.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "searchresults.js"
        ]
    },
    "icons": {
        "16": "shutter-16.png",
        "48": "shutter-48.png",
        "128": "shutter-128.png"
    }
}