Screenshot Capture

Capture viewport, crop & save to file, copy to clipboard as binary or data URL

Screenshot Capture란 무엇입니까?

Screenshot Capture은(는) simov.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture viewport, crop & save to file, copy to clipboard as binary or data URL"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        ✔ Secure by design
✔ Capture Viewport
✔ Crop and Save (automatic save)
✔ Crop and Wait (manual save)
✔ Configurable Keyboard Shortcut
✔ Save screenshot as PNG or JPG image file
✔ Copy screenshot to clipboard as Data URL String or Binary Image
✔ Preserve or downscale screenshot size on HDPI displays like Retina
✔ Unique screenshot date/time file name
✔ No special permissions required
✔ Free and Open Source

✚ Full Documentation

✔ https://github.com/simov/screenshot-capture                    

확장 프로그램 기본 정보

이름 Screenshot Capture Screenshot Capture
ID giabbpobpebjfegnpcclkocepcgockkc
공식 URL https://chromewebstore.google.com/detail/screenshot-capture/giabbpobpebjfegnpcclkocepcgockkc
설명 Capture viewport, crop & save to file, copy to clipboard as binary or data URL
파일 크기 96.83 KB
설치 횟수 128,931
현재 버전 3.1
최근 업데이트 2023-11-21
출시 날짜 2019-07-13
평점 4.18/5 총 111 개의 평점
개발자 simov.github.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/simov/screenshot-capture
도움말 페이지 URL https://github.com/simov/screenshot-capture/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screenshot Capture",
    "version": "3.1",
    "description": "Capture viewport, crop & save to file, copy to clipboard as binary or data URL",
    "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/screenshot-capture\/giabbpobpebjfegnpcclkocepcgockkc",
    "icons": {
        "16": "\/icons\/default\/16x16.png",
        "19": "\/icons\/default\/19x19.png",
        "38": "\/icons\/default\/38x38.png",
        "48": "\/icons\/default\/48x48.png",
        "128": "\/icons\/default\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/default\/16x16.png",
            "19": "\/icons\/default\/19x19.png",
            "38": "\/icons\/default\/38x38.png",
            "48": "\/icons\/default\/48x48.png",
            "128": "\/icons\/default\/128x128.png"
        },
        "default_title": "Screenshot Capture"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "options_page": "\/options\/index.html",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/vendor\/Jcrop.gif",
                "\/content\/pixel.png"
            ]
        }
    ],
    "commands": {
        "take-screenshot": {
            "description": "Take Screenshot",
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ]
}