Reverse Image Search tool
How to do Reverse Image Search from Chrome
Τι είναι το Reverse Image Search tool;
Το Reverse Image Search tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον subhash.chandra16, και η κύρια λειτουργία του είναι "How to do Reverse Image Search from Chrome".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reverse Image Search tool
Λήψη αρχείων επέκτασης Reverse Image Search tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
How to do Reverse Image Search on your Chrome Browser Google Reverse Image Search helps you quickly discover visually similar images from around the web. Upload a photograph from your desktop to Google Images and it will show you related images used on other websites and also different sizes of the same photo almost instantly. Journalists can use the reverse search option to find the original source of an image or to know the approximate date when a picture was first published on the Internet. Photographers can use ‘search by image’ feature to know about other websites that are using their photographs. Google’s ‘search by image’ feature is only available for desktop computers and not on mobile devices and tablets. Thus, if a friend has sent you an image on WhatsApp or Facebook that you’d like to verify, you’ll have to first transfer the photograph to a desktop and then perform a reverse search. Too much work, right? Not anymore. Meet Reverse Photos, an online tool that lets you perform reverse image searches on mobile phones. Go to reverse.photos on your mobile phone, click the “Upload Image” button and choose an image from the photo gallery of your phone. Next click “Show Matching Images” and it will feed your photo into Google’s image database and show visually similar photos. Google Search by Image You can either upload pics available your Photo Library, or you can take a new picture with your phone’s camera, or upload existing images from your cloud storage services like iCloud, Google Drive, Dropbox or OneDrive. All inside the comfort of your mobile phone or tablet. Reverse Search is useful for verifying the source of photographs, WhatsApp images, screenshots and memes. Tinder and Facebook users have used "Search by Image" to research profile pictures of their potential dates, travellers use it for finding the photo's location while matrimonial sites use reverse search to detect fake uploads. The images are hosted anonymously on the Internet and cannot be discovered by other users. All uploaded photos are automatically deleted within few hours of uploading.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | fcnoimnijljkmkcebifmheeokhoilbof |
Επίσημο URL | https://chrome.google.com/webstore/detail/reverse-image-search-tool/fcnoimnijljkmkcebifmheeokhoilbof |
Περιγραφή | How to do Reverse Image Search from Chrome |
Μέγεθος Αρχείου | 5.58 KB |
Αριθμός Εγκαταστάσεων | 217 |
Τρέχουσα Έκδοση | 0.7 |
Τελευταία Ενημέρωση | 2019-03-05 |
Ημερομηνία Δημοσίευσης | 2019-03-05 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | subhash.chandra16 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reverse Image Search tool", "description": "How to do Reverse Image Search from Chrome", "version": "0.7", "permissions": [ "debugger" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Reverse Image Search" }, "manifest_version": 2 } |