Fast Image Research

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

¿Qué es Fast Image Research?

Fast Image Research es una extensión de Chrome desarrollada por https://usacyborg.com, y su función principal es "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Fast Image Research

Descarga archivos de extensión Fast Image Research en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Fast Image Research Fast Image Research
ID epelbghekfokpolcmhhabjgehmplhjgp
URL Oficial https://chromewebstore.google.com/detail/fast-image-research/epelbghekfokpolcmhhabjgehmplhjgp
Descripción Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.
Tamaño del Archivo 202 KB
Cantidad de Instalaciones 9,440
Versión Actual 1.502
Última Actualización 2022-11-21
Fecha de Publicación 2017-07-30
Calificación 4.47/5 Total de 36 Calificaciones
Desarrollador https://usacyborg.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://usacyborg.com/FastImageResearch
URL de la Página de Ayuda http://usacyborg.com/FastImageResearch
Idiomas Soportados 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
}