Screencap

Screencap

Screencap란 무엇입니까?

Screencap은(는) Surya Nuchu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screencap"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Screencap is a screenshot Chrome extension that lets you capture the entire screen on Chrome. It is one of the best screenshot add-ons that you can find in the Google Web store.

Intro
———
Screencap will help you to get more work done by
1. Collaborate with Others
2. Demonstrate How to Perform a Function
3. Show Exactly What’s Happening

Features
———
➼ Capture the full page not just the visible area.
➼ Just one click to capture the entire screen.
➼ Beautiful animations to show you progress of the process.
➼ Save PNG files with one click.
➼ No login or registration required.
➼ There are no restrictions on the size or size of the file.

Privacy & Terms use
———
We don't collect or monitor any of your personal information.                    

확장 프로그램 기본 정보

이름 Screencap Screencap
ID aniaallgmlgdlefladlfhadglocahllm
공식 URL https://chromewebstore.google.com/detail/screencap/aniaallgmlgdlefladlfhadglocahllm
설명 Screencap
파일 크기 1.44 MB
설치 횟수 665
현재 버전 1.0.1
최근 업데이트 2021-01-14
출시 날짜 2020-12-23
평점 5.00/5 총 11 개의 평점
개발자 Surya Nuchu
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/screencap/home
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screencap",
    "version": "1.0.1",
    "description": "Screencap",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/Icon-16.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    },
    "browser_action": {
        "default_title": "Capture Full Screen",
        "default_icon": "icons\/Icon-16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab",
        "unlimitedStorage"
    ]
}