Image Searcher
Search similar image by "Google search by Image".
什么是Image Searcher?
Image Searcher是由quoctrinh.dev开发的Chrome扩展程序,该扩展的主要功能是“Search similar image by "Google search by Image".”。
扩展截图
下载Image Searcher扩展crx文件
下载Image Searcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search similar image by "Google search by Image". You can use seach button in bottom-left corner of a picture or use menu item in context menu to seach a image.
扩展基本信息
名称 | Image Searcher |
ID | fdlbedhogoojcdcjmjpipjonabaoidlj |
官方URL | https://chromewebstore.google.com/detail/image-searcher/fdlbedhogoojcdcjmjpipjonabaoidlj |
简介 | Search similar image by "Google search by Image". |
文件大小 | 45.28 KB |
安装次数 | 2,383 |
当前版本 | 1.5 |
更新时间 | 2023-11-17 |
上架时间 | 2017-03-17 |
评分 | 4.00/5 共7次评分 |
开发者 | quoctrinh.dev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_idle" } ], "name": "Image Searcher", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icons\/is_128.png", "48": "icons\/is_48.png", "16": "icons\/is_16.png" }, "manifest_version": 2, "version": "1.5", "background": { "scripts": [ "src\/bg\/background.js" ] }, "permissions": [ "contextMenus", "storage" ], "description": "Search similar image by \"Google search by Image\"." } |