Quick Image Search
Right click an image or some selected text and use that for a secure search using Google Images.
Cos'è Quick Image Search?
Quick Image Search è un'estensione di Chrome sviluppata da https://maar-ten.github.io/Quick-Image-Search, e la sua funzione principale è "Right click an image or some selected text and use that for a secure search using Google Images.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Image Search
Scarica i file di estensione Quick Image Search 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
Seen an image on a website and you'd like to know who or what it is? Found someone's name and you like to know what that person looks like? After installing this extension there will be a new entry in the context menu (right-click menu) when an image or some selected text is right-clicked. Selecting this menu option will start a secure Google Image search via HTTPS. Release notes: - 2022-12-11 v4.0: Reverse image search now uses Google Lens. Google Images does not support reverse image search anymore.
Informazioni di Base sull'Estensione
Nome | Quick Image Search |
ID | ihbfgploaolhdcfohgmkgeelahfghngd |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-image-search/ihbfgploaolhdcfohgmkgeelahfghngd |
Descrizione | Right click an image or some selected text and use that for a secure search using Google Images. |
Dimensione del File | 27.89 KB |
Conteggio Installazioni | 31,202 |
Versione Corrente | 4.0 |
Ultimo Aggiornamento | 2023-11-20 |
Data di Pubblicazione | 2019-04-24 |
Valutazione | 4.10/5 Totale 21 Valutazioni |
Sviluppatore | https://maar-ten.github.io/Quick-Image-Search |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/maar-ten/QuickImageSearch#readme |
URL della Pagina di Aiuto | https://github.com/maar-ten/QuickImageSearch/issues |
Lingue Supportate | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "4.0", "minimum_chrome_version": "88", "default_locale": "en", "description": "__MSG_appDescription__", "permissions": [ "contextMenus" ], "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png" }, "background": { "service_worker": "service-worker.js" } } |