Find Images
Quickly find images from selected text
Cos'è Find Images?
Find Images è un'estensione di Chrome sviluppata da Michael Kofron, e la sua funzione principale è "Quickly find images from selected text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Find Images
Scarica i file di estensione Find Images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Find Images |
ID | fpmncbklomdknphhhngpcoloaehnnfcf |
URL Ufficiale | https://chromewebstore.google.com/detail/find-images/fpmncbklomdknphhhngpcoloaehnnfcf |
Descrizione | Quickly find images from selected text |
Dimensione del File | 21.97 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2020-02-25 |
Data di Pubblicazione | 2020-02-25 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Michael Kofron |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |