Screengrab!

Screengrab! Saves or upload webpages as images.

Screengrab!란 무엇입니까?

Screengrab!은(는) http://www.s3blog.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screengrab! Saves or upload webpages as images."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Screengrab! saves entire webpages as images. Just right-click on the page you want to grab and look in the "Screengrab" menu.
It will capture what you can see in the window, the entire page, just a selection, a particular frame... basically it saves webpages as images - either to a file, or to the clipboard, or upload to internet.

The following little keywords are at the request of those who can't remember the name ScreenGrab and want searches to work. It takes screen shots, screenshots, capture, screen capture, - that is, shots (captures), of web pages.                    

확장 프로그램 기본 정보

이름 Screengrab! Screengrab!
ID fccdiabakoglkihagkjmaomipdeegbpk
공식 URL https://chrome.google.com/webstore/detail/screengrab/fccdiabakoglkihagkjmaomipdeegbpk
설명 Screengrab! Saves or upload webpages as images.
파일 크기 150 KB
설치 횟수 49,735
현재 버전 2.16
최근 업데이트 2018-09-11
출시 날짜 2018-09-11
평점 3.93/5 총 153 개의 평점
개발자 http://www.s3blog.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.s3blog.org/screengrab.html
개인정보 보호 정책 페이지 URL http://www.s3blog.org/screengrab/privacy.html
지원되는 언어 de,en,fr,nl,ca,es,hr,it,pt-BR,sk,sl,cs,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "author": "Oleksandr Popov",
    "version": "2.16",
    "minimum_chrome_version": "45",
    "offline_enabled": true,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmmV5M83FM4s8UFkmfQ7ojL5C7A7nIxMbSE9IMr968dDFdPtt9Wf54JikZA1MLXS6CU7RneOLdvgqLVYDXVVG47PcXJ1u2bHtCVSGS6mkq\/SZ5k875T5zCwHRFODTTYeQ8cE8u0zI9xmB+teyOfbuctE\/XV7skk7z\/uAAk0dM2MR+egGykoJq3HALhryxWrV+u\/LkN3Ct7HwDploy7QXLvJE6EZo4gHZ9GuIr1L6D5rtFYiTe1GPR5ID6dhx3tthjJRBeAHF9iBgZTV+TEs7zoLPsgp2JORXI3B0BltLlsXlWHQvzvB\/CrHikE2MqILWoIkPVF0UZ\/3xtfm8Ht9XN9QIDAQAB",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "skin\/screengrab_24_icon.png"
        },
        "default_popup": "content\/popup.html"
    },
    "background": {
        "page": "content\/background.html"
    },
    "applications": {
        "gecko": {
            "id": "{02450914-cdd9-410f-b1da-db004e18c671}",
            "strict_min_version": "55.0"
        }
    },
    "options_ui": {
        "page": "content\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "notifications",
        "unlimitedStorage",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking",
        "pageCapture",
        "",
        "downloads"
    ],
    "content_scripts": [
        {
            "js": [
                "\/content\/hotkeys.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/skin\/*"
    ],
    "icons": {
        "16": "skin\/screengrab_16_icon.png",
        "32": "skin\/screengrab_32_icon.png",
        "64": "skin\/screengrab_64_icon.png",
        "128": "skin\/screengrab_128_icon.png"
    }
}