Screenshot Capture

Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.

Screenshot Capture란 무엇입니까?

Screenshot Capture은(는) Helping Hands에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Screenshot Capture 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Captures Screen shots at ease with just a mouse click.
This helps in saving the file in your specified format.
Different from other screenshot applications as it captures the visible part of tab or webpage only not the entire screen.
Simple and Easy to use.

How to use:

1)Navigate to your desired page and click on the icon present at the right top.
2)It takes a screen shot of the screen and opens in a new tab and you can save it with your desired name and format.
3)Now right click on the image that is opened in the new tab and use different options to save
Different options available
1) Click on the "Save image as" to save the image to your Disk in any format.
2) Click on the "Copy image" to copy the image and paste it in word,excel,mail and so on..
3) Click on the "Search Google for image" to launch image search in google                    

확장 프로그램 기본 정보

이름 Screenshot Capture Screenshot Capture
ID gmpjpbggancfjbfkhfjnkdfnjpgdjakp
공식 URL https://chromewebstore.google.com/detail/screenshot-capture/gmpjpbggancfjbfkhfjnkdfnjpgdjakp
설명 Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.
파일 크기 17.71 KB
설치 횟수 1,867
현재 버전 3.7
최근 업데이트 2021-02-22
출시 날짜 2019-06-21
평점 4.64/5 총 42 개의 평점
개발자 Helping Hands
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screenshot Capture",
    "description": "Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.",
    "version": "3.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}