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.

Cos'è Simple Screen Capture: Full Page Screenshot?

Simple Screen Capture: Full Page Screenshot è un'estensione di Chrome sviluppata da Roher, e la sua funzione principale è "Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Simple Screen Capture: Full Page Screenshot

Scarica i file di estensione Simple Screen Capture: Full Page Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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! 🚀                    

Informazioni di Base sull'Estensione

Nome Simple Screen Capture: Full Page Screenshot Simple Screen Capture: Full Page Screenshot
ID abndihhlelpieilmoibnmiopmekfnnof
URL Ufficiale https://chromewebstore.google.com/detail/simple-screen-capture-ful/abndihhlelpieilmoibnmiopmekfnnof
Descrizione Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.
Dimensione del File 313 KB
Conteggio Installazioni 911
Versione Corrente 1.7
Ultimo Aggiornamento 2023-07-21
Data di Pubblicazione 2023-06-30
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore Roher
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}