Screen Grabber

ScreenGrabber provides awesome features of screen capturing of your desired web page area.

Screen Grabber란 무엇입니까?

Screen Grabber은(는) info.screengrabr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ScreenGrabber provides awesome features of screen capturing of your desired web page area."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Screen Grabber gives you a fast and affective screen capturing tool.  
We ensured this tool was basic and made with one thing in mind, 

1.	Capture the whole screen
2.	A selectable Area

You can also email your saved image.

By clicking "Add to Chrome", I accept and agree to install the Screen Grabber Chrome extension and setting Chrome New Tab Search to that provided by Terms of Use and Privacy Policy. We recommend pinning the extension to your browser toolbar by clicking on the for fast and efficient access.

Website: https://www.screengrabr.com
Privacy Policy: https://www.screengrabr.com/privacy.html
Terms of Use: https://www.screengrabr.com/term.html

For all support, please email our customer service team who will be happy to help you, please email us at [email protected]                    

확장 프로그램 기본 정보

이름 Screen Grabber Screen Grabber
ID nhcgejenbogeimhladggplmkbimcfemb
공식 URL https://chromewebstore.google.com/detail/screen-grabber/nhcgejenbogeimhladggplmkbimcfemb
설명 ScreenGrabber provides awesome features of screen capturing of your desired web page area.
파일 크기 536 KB
설치 횟수 1,577
현재 버전 1.1
최근 업데이트 2021-11-09
출시 날짜 2021-03-26
평점 3.20/5 총 5 개의 평점
개발자 info.screengrabr
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Grabber",
    "description": "ScreenGrabber provides awesome features of screen capturing of your desired web page area.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "libs\/jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/logo.png",
            "38": "img\/logo.png"
        },
        "default_title": "Screen Grabber"
    },
    "icons": {
        "128": "img\/logo.png",
        "19": "img\/logo.png",
        "24": "img\/logo.png",
        "256": "img\/logo.png",
        "32": "img\/logo.png",
        "38": "img\/logo.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "downloads",
        "contextMenus"
    ]
}