Google Image Search
Quickly search by image using Google
什么是Google Image Search?
Google Image Search是由p3lim开发的Chrome扩展程序,该扩展的主要功能是“Quickly search by image using Google”。
扩展截图
下载Google Image Search扩展crx文件
下载Google Image Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension for Google Chrome adds a shortcut to searching images or other content on google based on a supplied image. Simply Right-Click any image in the browser to access the context menu and select "Search Google using this image".
扩展基本信息
名称 | Google Image Search |
ID | dbebidibfabmempkkbhabeehoncoaphf |
官方URL | https://chromewebstore.google.com/detail/google-image-search/dbebidibfabmempkkbhabeehoncoaphf |
简介 | Quickly search by image using Google |
文件大小 | 4.31 KB |
安装次数 | 28,206 |
当前版本 | 1.1.1 |
更新时间 | 2016-04-04 |
上架时间 | 2016-04-04 |
评分 | 3.08/5 共110次评分 |
开发者 | p3lim |
付费类型 | free |
扩展官网 | https://github.com/p3lim/Google-Image-Search |
帮助页面URL | https://github.com/p3lim/Google-Image-Search/issues |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Image Search", "description": "Quickly search by image using Google", "version": "1.1.1", "minimum_chrome_version": "22", "icons": { "16": "assets\/images\/icon16.png" }, "permissions": [ "contextMenus" ], "background": { "persistent": false, "scripts": [ "assets\/js\/background.js" ] } } |