Screenshot - Full Page Screen Capture

Screenshot tool for making a full page or partial screen capture with further edit, text adding and download.

Τι είναι το Screenshot - Full Page Screen Capture;

Το Screenshot - Full Page Screen Capture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://screentoolapp.com, και η κύρια λειτουργία του είναι "Screenshot tool for making a full page or partial screen capture with further edit, text adding and download.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Screenshot - Full Page Screen Capture

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

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

                        The best way to take a full page screenshot of your current browser window. Click on the Screenshot icon (or press Alt+Shift+P), watch the extension capture each part of the page, and be transported to a new tab of your screenshot where you can download it as an image or PDF or even just drag it to your desktop.

The advanced screen capture technology handles complex pages—including inner scrollable elements as well as embedded iframes—unlike any other extension.

Why Screenshot - Full Page Screenshot?

✂️ Screenshot of the full page, not just the visible area or selected area
💾  Save screenshots capture in JPG and PNG through our capture tool.
✏️ Crop, annotate. Use the image editor to add shapes like lines, circles, arrows, and boxes.
👀 Great User Interface.
⏱️ Without registering. Don't waste your time creating an account, just take a Screenshot.

A smart screen capturing tool which provides you lot of powers with perfect results to capture your important web pages or documents.

It has all the essential feature that makes it useful and must have browser application. You can easily capture your screen of different sizes and annotate, edit with a powerful built-in image editor. 

In order to screenshot the entire page it must scroll to each visible part, so please be patient as it quickly assembles all the pieces. For the rare scenario where your page is too large for Chrome to store in one image, it will let you know and split it up into images in separate tabs.

If you need any help, or want reach out with any questions and feedback - do it by email or in the Reviews section of the Chrome store!                    

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

Όνομα Screenshot - Full Page Screen Capture Screenshot - Full Page Screen Capture
ID nmbngkjfkglbmmnlicoejhgaklphedcg
Επίσημο URL https://chromewebstore.google.com/detail/screenshot-full-page-scre/nmbngkjfkglbmmnlicoejhgaklphedcg
Περιγραφή Screenshot tool for making a full page or partial screen capture with further edit, text adding and download.
Μέγεθος Αρχείου 481 KB
Αριθμός Εγκαταστάσεων 263
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2022-11-12
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://screentoolapp.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://screentoolapp.com
URL της Σελίδας Πολιτικής Απορρήτου https://screentoolapp.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "__MSG_short_name__",
    "version": "1.0.2",
    "default_locale": "en",
    "offline_enabled": true,
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/libs\/fabric.js",
                "\/scripts\/libs\/jquery-3.2.1.min.js",
                "\/scripts\/contentScript.js",
                "\/scripts\/rateUs.js"
            ],
            "css": [
                "\/styles\/rateUs.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/styles\/helper.css",
                "preview.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}