Fast Image Research

Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.

Wat is Fast Image Research?

Fast Image Research is een Chrome-extensie ontwikkeld door https://usacyborg.com, en de belangrijkste functie is "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fast Image Research

Download Fast Image Research-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

                        Heavy reverse image search user? This extension adds a simple "Research Image" option to the right-click context menu of Web images. Researching an image will automatically retrieve reverse image search results from your choice of Google, TinEye, Yandex, Bing, or a combination. 

Results are loaded into new tabs. You can use the data to find out who is using your own images, or help narrow down the subject matter of an image you found.

NOTE: Google does email me user feedback.
Any questions, feature requests or bugs? Contact support using the website link.                    

Basisinformatie over de Extensie

Naam Fast Image Research Fast Image Research
ID epelbghekfokpolcmhhabjgehmplhjgp
Officiële URL https://chromewebstore.google.com/detail/fast-image-research/epelbghekfokpolcmhhabjgehmplhjgp
Beschrijving Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.
Bestandsgrootte 202 KB
Aantal Installaties 9,440
Huidige Versie 1.502
Laatst Bijgewerkt 2022-11-21
Publicatiedatum 2017-07-30
Beoordeling 4.47/5 Totaal 36 Beoordelingen
Ontwikkelaar https://usacyborg.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://usacyborg.com/FastImageResearch
Help Pagina-URL http://usacyborg.com/FastImageResearch
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast Image Research",
    "description": "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.",
    "version": "1.502",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "tabs",
        "scripting"
    ],
    "optional_host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/ServiceWorker.js",
        "type": "module"
    },
    "options_page": "html\/options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "http:\/\/usacyborg.com\/FastImageResearch",
    "offline_enabled": true,
    "manifest_version": 3
}