Screenshot Search

select and capture any area on a web page, then effortlessly perform reverse image searches on Google Images

Τι είναι το Screenshot Search;

Το Screenshot Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mondersky, και η κύρια λειτουργία του είναι "select and capture any area on a web page, then effortlessly perform reverse image searches on Google Images".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Screenshot Search

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

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

                        With a single click on the extension icon, effortlessly capture any region of a webpage that piques your interest. No need to save or download images – just select and release.

Watch the magic happen as your captured image is instantly sent to Google Images for a seamless visual search experience. Discover similar images, the origin of your captured image and get more information about the image.

-Why not rely on Chrome's default 'Search image with Google' feature? 
Because conducting a direct search on Google Images often yields distinct results. There are instances where navigating through Google Lens and selecting 'find image source' fails to provide any results whatsoever.

Here are some user cases where Screenshot Search can be incredibly useful:
- Celebrity Name Discovery:
Easily uncover the name of a celebrity by capturing their face.
- Online Video Item Identification (people, locations, objects) :
Identify and locate an item that caught your eye while watching an online video by pausing then capturing its image.
-Selective Capture for Precision Search:
Refine your search by capturing only the specific part you're interested in while excluding the rest, ensuring precise and focused results.
- Search Inaccessible Web Images:
Seamlessly search images that are otherwise difficult to access on web pages like backgrounds and programmatically restricted images using the mouse capture feature.
- Online Shopping:
Shoppers can capture product images they like and quickly find similar items or better deals across different websites.
- Skip The Google Lens Step:
Eliminate the need to go through google lens "Search image with Google" option each time you want to make a search on Google Images.                    

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

Όνομα Screenshot Search Screenshot Search
ID hffmjijnkfndfcgffejlgjfhojbaclhc
Επίσημο URL https://chromewebstore.google.com/detail/screenshot-search/hffmjijnkfndfcgffejlgjfhojbaclhc
Περιγραφή select and capture any area on a web page, then effortlessly perform reverse image searches on Google Images
Μέγεθος Αρχείου 67.31 KB
Αριθμός Εγκαταστάσεων 1,169
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2024-01-07
Ημερομηνία Δημοσίευσης 2023-06-27
Αξιολόγηση 4.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής mondersky
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Search",
    "version": "1.1",
    "description": "select and capture any area on a web page, then effortlessly perform reverse image searches on Google Images",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "icons": {
        "128": "img\/favicon.png"
    },
    "action": {
        "default_icon": "img\/favicon.png",
        "default_title": "Screenshot Search"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery.js",
                "js\/init.js",
                "js\/sc_content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "scripting"
    ]
}