Fast Image Research

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

Qu'est-ce que Fast Image Research ?

Fast Image Research est une extension Chrome développée par https://usacyborg.com, et sa fonction principale est "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fast Image Research

Téléchargez les fichiers d'extension Fast Image Research 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

                        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.                    

Informations de Base sur l'Extension

Nom Fast Image Research Fast Image Research
ID epelbghekfokpolcmhhabjgehmplhjgp
URL Officiel https://chromewebstore.google.com/detail/fast-image-research/epelbghekfokpolcmhhabjgehmplhjgp
Description Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.
Taille du Fichier 202 KB
Nombre d'Installations 9,440
Version Actuelle 1.502
Dernière Mise à Jour 2022-11-21
Date de Publication 2017-07-30
Évaluation 4.47/5 Total 36 Évaluations
Développeur https://usacyborg.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://usacyborg.com/FastImageResearch
URL de la Page d'Aide http://usacyborg.com/FastImageResearch
Langues Prises en Charge 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
}