Fast Image Research

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

Co je Fast Image Research?

Fast Image Research je rozšíření Chrome vyvinuté https://usacyborg.com, a jeho hlavní funkcí je „Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Fast Image Research

Stáhněte si soubory rozšíření Fast Image Research ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Fast Image Research Fast Image Research
ID epelbghekfokpolcmhhabjgehmplhjgp
Oficiální URL https://chromewebstore.google.com/detail/fast-image-research/epelbghekfokpolcmhhabjgehmplhjgp
Popis Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.
Velikost souboru 202 KB
Počet instalací 9,440
Aktuální Verze 1.502
Poslední Aktualizace 2022-11-21
Datum Vydání 2017-07-30
Hodnocení 4.47/5 Celkem 36 Hodnocení
Vývojář https://usacyborg.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://usacyborg.com/FastImageResearch
URL Stránky Nápovědy http://usacyborg.com/FastImageResearch
Podporované Jazyky 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
}