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
Eメール [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
}