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.

Wat is Simple Screen Capture: Full Page Screenshot?

Simple Screen Capture: Full Page Screenshot is een Chrome-extensie ontwikkeld door Roher, en de belangrijkste functie is "Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Simple Screen Capture: Full Page Screenshot

Download Simple Screen Capture: Full Page Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Simple Screen Capture: Full Page Screenshot Simple Screen Capture: Full Page Screenshot
ID abndihhlelpieilmoibnmiopmekfnnof
Officiële URL https://chromewebstore.google.com/detail/simple-screen-capture-ful/abndihhlelpieilmoibnmiopmekfnnof
Beschrijving Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.
Bestandsgrootte 313 KB
Aantal Installaties 911
Huidige Versie 1.7
Laatst Bijgewerkt 2023-07-21
Publicatiedatum 2023-06-30
Beoordeling 4.50/5 Totaal 6 Beoordelingen
Ontwikkelaar Roher
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}