Screen Capture

Capture current page and download the image.

Apa itu Screen Capture?

Screen Capture adalah ekstensi Chrome yang dikembangkan oleh contactassistancellc, dan fitur utamanya adalah "Capture current page and download the image.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Screen Capture

Unduh file ekstensi Screen Capture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Screen Capture Screen Capture
ID dmcfaeehaliohnpkpjgfohjncnhnkdoh
URL Resmi https://chrome.google.com/webstore/detail/screen-capture/dmcfaeehaliohnpkpjgfohjncnhnkdoh
Deskripsi Capture current page and download the image.
Ukuran File 99.71 KB
Jumlah Instalasi 77
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-12-21
Tanggal Publikasi 2021-12-21
Penilaian 5.00/5 Total 19 Penilaian
Pengembang contactassistancellc
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}