Fast Image Research

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

Τι είναι το Fast Image Research;

Το Fast Image Research είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://usacyborg.com, και η κύρια λειτουργία του είναι "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fast Image Research

Λήψη αρχείων επέκτασης Fast Image Research σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fast Image Research Fast Image Research
ID epelbghekfokpolcmhhabjgehmplhjgp
Επίσημο URL https://chromewebstore.google.com/detail/fast-image-research/epelbghekfokpolcmhhabjgehmplhjgp
Περιγραφή Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.
Μέγεθος Αρχείου 202 KB
Αριθμός Εγκαταστάσεων 9,440
Τρέχουσα Έκδοση 1.502
Τελευταία Ενημέρωση 2022-11-21
Ημερομηνία Δημοσίευσης 2017-07-30
Αξιολόγηση 4.47/5 Συνολικά 36 Αξιολογήσεις
Προγραμματιστής https://usacyborg.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://usacyborg.com/FastImageResearch
Διεύθυνση URL της Σελίδας Βοήθειας http://usacyborg.com/FastImageResearch
Υποστηριζόμενες Γλώσσες 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
}