Simple Screen Capture: Full Page Screenshot

Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.

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

Το Simple Screen Capture: Full Page Screenshot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Roher, και η κύρια λειτουργία του είναι "Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.".

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

screenshot
screenshot
screenshot

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

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

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

                        Easily capture & save screenshot of a whole web page or a part of it with a single click
Have you ever been in a situation where you needed to capture a screenshot of a webpage but ended up with a partial image or missing important information? 😫 It can be frustrating and time-consuming to try and get the perfect shot, especially if you're not familiar with keyboard shortcuts or other methods for capturing screenshots.

Fortunately, there is a solution that makes the process quick and easy - Simple Screen Capture! 🙌 This handy extension allows you to capture and save screenshots of entire web pages or specific sections with just one click.

One of the biggest advantages of using Simple Screen Capture is that it saves you time and effort. Instead of manually taking multiple screenshots and trying to piece them together, this extension captures the entire page in one go. This means that you can get all the information you need in one shot, without having to worry about missing anything important. ⏰

Another great feature of Simple Screen Capture is its user-friendly interface. With just a few clicks, you can easily crop and edit your screenshots before saving or sharing them. This allows you to customize your images and make them look exactly how you want them to. 🎨

But that's not all - Simple Screen Capture also allows you to add annotations and highlights to your screenshots. This is especially useful if you need to point out specific information or highlight important details for others to see. 📝

Furthermore, Simple Screen Capture is compatible with all major browsers, including Chrome. 🌐

Whether you're a student, researcher, or just someone who loves to share content with friends, Simple Screen Capture is a must-have tool for anyone who wants to streamline their screenshot process and save time. So why wait? Try out Simple Screen Capture today and see how easy it is to capture and save your favorite online content! 🚀                    

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

Όνομα Simple Screen Capture: Full Page Screenshot Simple Screen Capture: Full Page Screenshot
ID abndihhlelpieilmoibnmiopmekfnnof
Επίσημο URL https://chromewebstore.google.com/detail/simple-screen-capture-ful/abndihhlelpieilmoibnmiopmekfnnof
Περιγραφή Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.
Μέγεθος Αρχείου 313 KB
Αριθμός Εγκαταστάσεων 911
Τρέχουσα Έκδοση 1.7
Τελευταία Ενημέρωση 2023-07-21
Ημερομηνία Δημοσίευσης 2023-06-30
Αξιολόγηση 4.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Roher
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,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",
    "version": "1.7",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Simple Screen Capture",
        "default_icon": {
            "16": "Icons\/icon16.png",
            "32": "Icons\/icon32.png",
            "48": "Icons\/icon48.png",
            "128": "Icons\/icon128.png"
        }
    },
    "icons": {
        "16": "Icons\/icon16.png",
        "32": "Icons\/icon32.png",
        "48": "Icons\/icon48.png",
        "128": "Icons\/icon128.png"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "contentScript\/content.js"
            ]
        }
    ]
}