Find Images
Quickly find images from selected text
什么是Find Images?
Find Images是由Michael Kofron开发的Chrome扩展程序,该扩展的主要功能是“Quickly find images from selected text”。
扩展截图
下载Find Images扩展crx文件
下载Find Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Find Images adds a "Find Image" functionality to the context menu when text is selected/highlighted and right-clicked. This extension makes searching Google Images, Imgur, Flickr, or Getty Images one click faster, which could potentially save an incredible amount of time if this action occurs often (as it does for most web users). The different platform searches provided offer different selections of images. For example, searching with Getty Images returns stock photos.
扩展基本信息
名称 | Find Images |
ID | fpmncbklomdknphhhngpcoloaehnnfcf |
官方URL | https://chromewebstore.google.com/detail/find-images/fpmncbklomdknphhhngpcoloaehnnfcf |
简介 | Quickly find images from selected text |
文件大小 | 21.97 KB |
安装次数 | 51 |
当前版本 | 1.3 |
更新时间 | 2020-02-25 |
上架时间 | 2020-02-25 |
评分 | 5.00/5 共3次评分 |
开发者 | Michael Kofron |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find Images", "description": "Quickly find images from selected text", "version": "1.3", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |