Reverse Image Search
Right click on an image and find it's origin in Google image search.
什么是Reverse Image Search?
Reverse Image Search是由dejan-tools开发的Chrome扩展程序,该扩展的主要功能是“Right click on an image and find it's origin in Google image search.”。
扩展截图
下载Reverse Image Search扩展crx文件
下载Reverse Image Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search by image! Reverse image search extension allows you to search Google by image. Right-click on an image and discover where else it has been used of find it's origin. This tool is powered by Google Image Search.
扩展基本信息
名称 | Reverse Image Search |
ID | pnbjgbjnfhgmgndhgipcgdjjjagihbkh |
官方URL | https://chromewebstore.google.com/detail/reverse-image-search/pnbjgbjnfhgmgndhgipcgdjjjagihbkh |
简介 | Right click on an image and find it's origin in Google image search. |
文件大小 | 16.08 KB |
安装次数 | 8,124 |
当前版本 | 1.1.1 |
更新时间 | 2021-12-10 |
上架时间 | 2019-08-27 |
评分 | 4.13/5 共55次评分 |
开发者 | dejan-tools |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://dejanmarketing.com/ |
帮助页面URL | https://dejanmarketing.com/contact-us/ |
支持的语言 | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "default_locale": "en", "description": "Right click on an image and find it's origin in Google image search.", "homepage_url": "http:\/\/dejanseo.com.au\/", "icons": { "128": "icon128.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCY873Fd1ueWiyDchlkGnYF7tA9OerstLa0twHi34nUMY2bW6G0HCHznD0ElCTBWb+1sJirPWT8bBZk3xMYsBK5O2s7UaQ6\/QE2HGwiHkzgh6YiZm+yPvPy\/6\/vkspPwLhSYFX0IQX6WDsU3MnWq2SJmZRUgmH0xCQFq8Nkf5G2QIDAQAB", "manifest_version": 3, "name": "Reverse Image Search", "permissions": [ "contextMenus" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1" } |