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
官方URL 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"
        ]
    }
}