Reverse Image Search

Easily reverse image search with Google image search

什麼是Reverse Image Search?

Reverse Image Search是由https://roei.stream開發的Chrome擴展程式,該擴展的主要功能是“Easily reverse image search with Google image search”。

擴展截圖

screenshot

下載Reverse Image Search擴展crx文件

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

擴展使用說明

                        Easily reverse image search directly from the context menu.
Right-click with your mouse on any image to preform reverse image search.

What to find more resolutions for an image?
Want to see where an image is used?
Want to look for similar images?

Google reverse search is a great tool for that, and this extension makes it much easier to use!                    

擴展基本資訊

名稱 Reverse Image Search Reverse Image Search
ID jhppeidklkhfdbgmphjcgnflbaappjfk
官方網址 https://chromewebstore.google.com/detail/reverse-image-search/jhppeidklkhfdbgmphjcgnflbaappjfk
簡介 Easily reverse image search with Google image search
檔案大小 49.97 KB
安裝次數 219
目前版本 1.0
更新時間 2019-10-20
上架時間 2019-10-20
開發者 https://roei.stream
付費類型 free
擴展官網 https://roei.stream
說明頁面URL https://roei.stream/support/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Image Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Easily reverse image search with Google image search",
    "short_name": "Image Search",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "512": "favicon.png",
        "128": "favicon128.png"
    },
    "background": {
        "scripts": [
            "reverse.js"
        ]
    }
}