Screen Capture

Capture current page and download the image.

Screen Capture là gì?

Screen Capture là một tiện ích mở rộng Chrome được phát triển bởi contactassistancellc, và tính năng chính của nó là "Capture current page and download the image.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Screen Capture

Tải xuống các tệp mở rộng Screen Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Screen Capture Screen Capture
ID dmcfaeehaliohnpkpjgfohjncnhnkdoh
URL Chính Thức https://chrome.google.com/webstore/detail/screen-capture/dmcfaeehaliohnpkpjgfohjncnhnkdoh
Mô tả Capture current page and download the image.
Kích Thước Tệp 99.71 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-12-21
Ngày Phát Hành 2021-12-21
Đánh Giá 5.00/5 Tổng số 19 Đánh Giá
Nhà Phát Triển contactassistancellc
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}