Screen Capture

Capture current page and download the image.

什么是Screen Capture?

Screen Capture是由contactassistancellc开发的Chrome扩展程序,该扩展的主要功能是“Capture current page and download the image.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Screen Capture扩展crx文件

下载Screen Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Screen Capture Screen Capture
ID dmcfaeehaliohnpkpjgfohjncnhnkdoh
官方URL https://chrome.google.com/webstore/detail/screen-capture/dmcfaeehaliohnpkpjgfohjncnhnkdoh
简介 Capture current page and download the image.
文件大小 99.71 KB
安装次数 77
当前版本 0.0.1
更新时间 2021-12-21
上架时间 2021-12-21
评分 5.00/5 共19次评分
开发者 contactassistancellc
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}