Screen Capture

Capture current page and download the image.

Was ist Screen Capture?

Screen Capture ist eine Chrome-Erweiterung, die von contactassistancellc entwickelt wurde, und ihr Hauptmerkmal ist "Capture current page and download the image.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Screen Capture-Erweiterungs-CRX-Datei herunterladen

Laden Sie Screen Capture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Screen Capture is a free and user-friendly tool that allows you to take screenshots of any page. Therefore, after installing this vital extension, you will be able to capture any region of a page or an entire page and save it to your system.

OVERVIEW

Screen capture is a simple tool that lets you take screenshots of any page in just one click. Also, it allows various keyboard shortcuts to make things easier for the user. (ALT+C to take the screenshot) Furthermore, you also get to save the taken screenshot in your choice of image format, i.e. PNG or JPEG. Moreover, this is the fastest and the easiest way to capture your currently visible screen as there is no hassle of any permissions or Ads like other tools.

FEATURES

Screenshot of any page:-
You can take a screenshot of any web page effortlessly and save it to your system in just one click using the screen capture extension.

Capture any region of a page:-
Take an ideal shot of any region of any web page. It’s your choice if you want to capture the entire screen or just a part of a screen. Therefore, using this user-friendly extension is as simple as installing it.

Supports various formats:-
After taking the screenshot, you can simply save it to your system in your desired format. This extension supports JPEG and PNG format.

Keyboard shortcuts:-
Unlike other tools, you can use a simple keyboard shortcut to capture a screen with the Screen Capture extension. Therefore, by using the “ALT + SHIFT + P” keyboard shortcut for PNG format and by using the “ALT + SHIFT + J” keyboard shortcut for JPEG format. Afterward, you can save it to your system or send it to someone by using “CTRL + V” to paste the taken screenshot to their chat.

Note:- KEYBOARD SHORTCUT TO TAKE SCREENSHOT 
“ALT + SHIFT + P” = PNG Format
“ALT + SHIFT + J” = JPEG Format

Hassle-free & effort-less user interface:-
This is the easiest and simplest screen capture tool out there as there are no restrictions on use, no hassle of signing up, and no permission issues with this tool. Also, you won’t have to go through any Ads while using this tool.

High quality and high-resolution screenshots:-
You can take screenshots with fantastic quality and high resolution using this free tool. You will be able to use your taken screenshots for various purposes since the image quality will be top-notch.

PRIVACY

Your screen captures and data are completely safe as this tool does not save any of your data. We care about the privacy of your data as much as you do. Hence, there is complete safety in using this extension. There is no need to sign up, and we do not save any of your information.                    

Grundlegende Informationen zur Erweiterung

Name Screen Capture Screen Capture
ID dmcfaeehaliohnpkpjgfohjncnhnkdoh
Offizielle URL https://chrome.google.com/webstore/detail/screen-capture/dmcfaeehaliohnpkpjgfohjncnhnkdoh
Beschreibung Capture current page and download the image.
Dateigröße 99.71 KB
Installationsanzahl 77
Aktuelle Version 0.0.1
Letztes Update 2021-12-21
Veröffentlichungsdatum 2021-12-21
Bewertung 5.00/5 Insgesamt 19 Bewertungen
Entwickler contactassistancellc
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.0.1",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "commands": {
        "captureJpg": {
            "suggested_key": "Alt+Shift+J",
            "description": "Inject a script on the page"
        },
        "capturePng": {
            "suggested_key": "Alt+Shift+P",
            "description": "Inject a script on the page"
        }
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "downloads",
        "storage"
    ],
    "manifest_version": 3
}