Screenshot Master: Full Page Capture

Easy, free and full-featured screenshot app to capture, edit and save your screenshots effortlessly.

Screenshot Master: Full Page Capture란 무엇입니까?

Screenshot Master: Full Page Capture은(는) Screenshot Master에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy, free and full-featured screenshot app to capture, edit and save your screenshots effortlessly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Screenshot Master: Full Page Capture 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Screenshot Master is a simple screenshot capture extension that lets you capture the entire screen with just one click. It works just like the native feature of Google Chrome to capture screens but in a more optimized way.

✍ Advantages:
☑︎ Easy and user-friendly interface
☑︎ No restrictions on use
☑︎ Support full-page screenshot
☑︎ Screen Capture Keyboard Shortcuts 
☑︎ Best Quality, High-Resolution screenshots, support PNG, JPG, and WEBP formats. 

Screenshots are helpful for various reasons, such as requesting support or simply showing off what you have on your screen. However, since screenshots are images, their data cannot be edited through standard means. That's why a built-in image editor is an added feature of this screenshot tool. You can use the simple image editor, which offers a dozen different features.

✍ Screenshot Editor features: 
☑︎  Write text
☑︎  Cropping
☑︎  Use arrows
☑︎  Include rectangular boxes or lines
☑︎  Support saving screenshots to PNG, JPG, and WEBP formats.                    

확장 프로그램 기본 정보

이름 Screenshot Master: Full Page Capture Screenshot Master: Full Page Capture
ID ggacghlcchiiejclfdajbpkbjfgjhfol
공식 URL https://chromewebstore.google.com/detail/screenshot-master-full-pa/ggacghlcchiiejclfdajbpkbjfgjhfol
설명 Easy, free and full-featured screenshot app to capture, edit and save your screenshots effortlessly.
파일 크기 470 KB
설치 횟수 751,724
현재 버전 1.7
최근 업데이트 2023-06-27
출시 날짜 2022-09-29
평점 4.73/5 총 295 개의 평점
개발자 Screenshot Master
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://screenshot-master.com/policy.html
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "logo.png"
        }
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "capture.html",
        "capture.js"
    ],
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        ""
    ]
}