Reverse Image Search
Search similar images in the WEB from context menu
什么是Reverse Image Search?
Reverse Image Search是由Romkaq开发的Chrome扩展程序,该扩展的主要功能是“Search similar images in the WEB from context menu”。
扩展截图
下载Reverse Image Search扩展crx文件
下载Reverse Image Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Reverse Image Search. You can find out who stole your pictures. Find similar images in most popular search engines right from context menu! Image search extension allows you to search in almost all search engines by image. Right-click on an image and discover where else it has been used to find it's origin.
扩展基本信息
名称 | Reverse Image Search |
ID | jlneaphkafobihifgfmmhehomoifjijm |
官方URL | https://chromewebstore.google.com/detail/reverse-image-search/jlneaphkafobihifgfmmhehomoifjijm |
简介 | Search similar images in the WEB from context menu |
文件大小 | 31.03 KB |
安装次数 | 661 |
当前版本 | 1.2 |
更新时间 | 2022-05-03 |
上架时间 | 2021-05-29 |
评分 | 3.40/5 共5次评分 |
开发者 | Romkaq |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reverse Image Search", "description": "Search similar images in the WEB from context menu", "version": "1.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "search.js" ] }, "icons": { "128": "icon128.png" } } |