Quick Image Search
Right click an image or some selected text and use that for a secure search using Google Images.
Qu'est-ce que Quick Image Search ?
Quick Image Search est une extension Chrome développée par https://maar-ten.github.io/Quick-Image-Search, et sa fonction principale est "Right click an image or some selected text and use that for a secure search using Google Images.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Image Search
Téléchargez les fichiers d'extension Quick Image Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Quick Image Search |
ID | ihbfgploaolhdcfohgmkgeelahfghngd |
URL Officiel | https://chromewebstore.google.com/detail/quick-image-search/ihbfgploaolhdcfohgmkgeelahfghngd |
Description | Right click an image or some selected text and use that for a secure search using Google Images. |
Taille du Fichier | 27.89 KB |
Nombre d'Installations | 31,202 |
Version Actuelle | 4.0 |
Dernière Mise à Jour | 2023-11-20 |
Date de Publication | 2019-04-24 |
Évaluation | 4.10/5 Total 21 Évaluations |
Développeur | https://maar-ten.github.io/Quick-Image-Search |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/maar-ten/QuickImageSearch#readme |
URL de la Page d'Aide | https://github.com/maar-ten/QuickImageSearch/issues |
Langues Prises en Charge | 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" } } |