Find Images
Quickly find images from selected text
Wat is Find Images?
Find Images is een Chrome-extensie ontwikkeld door Michael Kofron, en de belangrijkste functie is "Quickly find images from selected text".
Extensie Screenshots
Download het CRX-bestand van de extensie Find Images
Download Find Images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Find Images |
ID | fpmncbklomdknphhhngpcoloaehnnfcf |
Officiële URL | https://chromewebstore.google.com/detail/find-images/fpmncbklomdknphhhngpcoloaehnnfcf |
Beschrijving | Quickly find images from selected text |
Bestandsgrootte | 21.97 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2020-02-25 |
Publicatiedatum | 2020-02-25 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Michael Kofron |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |