Web Screenshot

Takes Web and Desktop screenshots with a single click

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

Το Web Screenshot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον extensionc8, και η κύρια λειτουργία του είναι "Takes Web and Desktop screenshots with a single click".

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

screenshot
screenshot

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

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

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

                        Web screenshot Chrome extension let users capture the visible part of the screen easily. It also enables users to screenshot a specific browser tab, active page, desktop or window. Web screen capture is the fastest, most convenient, and easiest way to take screenshots. 

Key Features of Web Screenshot Tool: - 
-Captures the visible portion of the desktop screen accurately. 
-Takes screenshots of specific browser tabs and desktop windows 
-Simple user interface 
-A completely free desktop screenshot tool 

Save Web Screenshots in JPG, PNG and PDF Format: - 

After capturing the screenshot with this tool screenshot can be saved in three formats on PC: JPG, PNG & PDF. 

Why Is This the Best Web page Capturing Tool for PCs and Desktops? 
-Captures high quality screenshots  
-Works smoothly on mac and window platform 
-Regularly updated by developers to improve the performance                    

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

Όνομα Web Screenshot Web Screenshot
ID dmcjalhehbkkbcmdpgmefmhfbdmllnel
Επίσημο URL https://chromewebstore.google.com/detail/web-screenshot/dmcjalhehbkkbcmdpgmefmhfbdmllnel
Περιγραφή Takes Web and Desktop screenshots with a single click
Μέγεθος Αρχείου 461 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-11-29
Ημερομηνία Δημοσίευσης 2022-11-25
Αξιολόγηση 4.50/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής extensionc8
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Web Screenshot",
        "default_icon": "icon32.png"
    },
    "commands": {
        "visible_screenshot": {
            "suggested_key": {
                "default": "Alt+Shift+V"
            },
            "description": "Visible Screenshot"
        },
        "desktop_screenshot": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Desktop Screenshot"
        }
    },
    "permissions": [
        "scripting",
        "activeTab",
        "tabs",
        "storage",
        "downloads",
        "desktopCapture",
        "notifications"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}