Full Page Screenshot: ScreenTool.io

Take Full Page Screenshots effortlessly, snip specific areas, and share in seconds.

Τι είναι το Full Page Screenshot: ScreenTool.io;

Το Full Page Screenshot: ScreenTool.io είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://screentool.io, και η κύρια λειτουργία του είναι "Take Full Page Screenshots effortlessly, snip specific areas, and share in seconds.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Full Page Screenshot: ScreenTool.io

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

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

                        Easily take screenshot of a website in full with a single click of a button. The extension will automatically scroll the website and will capture the full page screenshot. 

From this you will be taken to a page where you can either download the screenshot or copy the screenshot to the clipboard. 

❤️ How does it work? 
Follow these steps.
- Download the extension and pin the extension on the top right. This will allow you to select between full page screenshot and customer screenshot. Select an option.
- You will come to the screenshot edit page where you can make the changes. 

❤️ Privacy and compatibility? 
- The screenshot is only used for the purpose of taking screenshot. You can copy and share the screenshot image. We dont use this data for anything else. 
- When it comes to compatibility, you can use this tool along with other popuplar screenshot tool. Some of the ones we have tested with includes Nimbus Screenshot and Apex Screen recorder, and GoFullPage. 

Our extension should work safe with these tools. Please do reach out if you have issues with other page. 

❤️ Additional information? 
- Our tool works with most pages that have sticky headers. You should get a screenshot with only one copy of the header. 
- Our tool can show some sticky items on the page on the screenshot. For overhelming amount of the screenshot, this wont be an issue. 

❤️ About us and future plans? 
Our aim with this tool is to become the Loom for screenshots. We hope to improve productivity in your daily life. 

Feel free to reach out to us if you have any additional questions.                    

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

Όνομα Full Page Screenshot: ScreenTool.io Full Page Screenshot: ScreenTool.io
ID bfhiekdkiilhblilanjoplmoocmbeepj
Επίσημο URL https://chromewebstore.google.com/detail/full-page-screenshot-scre/bfhiekdkiilhblilanjoplmoocmbeepj
Περιγραφή Take Full Page Screenshots effortlessly, snip specific areas, and share in seconds.
Μέγεθος Αρχείου 919 KB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 2.7.0
Τελευταία Ενημέρωση 2024-02-26
Ημερομηνία Δημοσίευσης 2022-10-12
Αξιολόγηση 3.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://screentool.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://screentool.io/
URL της Σελίδας Πολιτικής Απορρήτου https://drive.google.com/file/d/1rZYavpongDqHyBTSzKaWFaQ416qP0yem/view?usp=sharing
Υποστηριζόμενες Γλώσσες 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_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.7.0",
    "manifest_version": 3,
    "icons": {
        "16": "imgs\/icons\/icon16.png",
        "32": "imgs\/icons\/icon32.png",
        "48": "imgs\/icons\/icon48.png",
        "128": "imgs\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "short_name": "Screenshot",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "dist\/content.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "main-service-worker.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}