Find Images
Quickly find images from selected text
What is Find Images?
Find Images is a Chrome extension developed by Michael Kofron, and its main feature is "Quickly find images from selected text".
Extension Screenshots
Download Find Images Extension CRX File
Download Find Images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Find Images |
ID | fpmncbklomdknphhhngpcoloaehnnfcf |
Official URL | https://chromewebstore.google.com/detail/find-images/fpmncbklomdknphhhngpcoloaehnnfcf |
Description | Quickly find images from selected text |
File Size | 21.97 KB |
Installation Count | 51 |
Current Version | 1.3 |
Last Updated | 2020-02-25 |
Publish Date | 2020-02-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Michael Kofron |
Payment Type | free |
Supported Languages | 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 } } |