Quick Image Search

Right click an image or some selected text and use that for a secure search using Google Images.

Wat is Quick Image Search?

Quick Image Search is een Chrome-extensie ontwikkeld door https://maar-ten.github.io/Quick-Image-Search, en de belangrijkste functie is "Right click an image or some selected text and use that for a secure search using Google Images.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Quick Image Search

Download Quick Image Search-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

                        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.                    

Basisinformatie over de Extensie

Naam Quick Image Search Quick Image Search
ID ihbfgploaolhdcfohgmkgeelahfghngd
Officiële URL https://chromewebstore.google.com/detail/quick-image-search/ihbfgploaolhdcfohgmkgeelahfghngd
Beschrijving Right click an image or some selected text and use that for a secure search using Google Images.
Bestandsgrootte 27.89 KB
Aantal Installaties 31,202
Huidige Versie 4.0
Laatst Bijgewerkt 2023-11-20
Publicatiedatum 2019-04-24
Beoordeling 4.10/5 Totaal 21 Beoordelingen
Ontwikkelaar https://maar-ten.github.io/Quick-Image-Search
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/maar-ten/QuickImageSearch#readme
Help Pagina-URL https://github.com/maar-ten/QuickImageSearch/issues
Ondersteunde Talen 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"
    }
}