Make a Screenshot

Easy one click screenshot. The screenshot comes in a new tab.

Make a Screenshot란 무엇입니까?

Make a Screenshot은(는) http://earth3dmap.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy one click screenshot. The screenshot comes in a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Easy tool to make screenshots. 

Just visit a website, click on the Make a Screenshot icon in your Chrome and the screenshot is ready. 
It will be visible in a new tab and then you can right-click the picture and save it. 
This screenshot extension is very small and quick. 

You can test it now. 
Thank you!

Make a Screenshot is a snapshot tool and it gives you the easiest way to capture your screen into images.                    

확장 프로그램 기본 정보

이름 Make a Screenshot Make a Screenshot
ID gfpdknjgjlakoegfncghjdggmolfocpa
공식 URL https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa
설명 Easy one click screenshot. The screenshot comes in a new tab.
파일 크기 16.64 KB
설치 횟수 77,435
현재 버전 1.2
최근 업데이트 2018-07-18
출시 날짜 2018-07-18
평점 3.72/5 총 43 개의 평점
개발자 http://earth3dmap.com
결제 유형 free
개인정보 보호 정책 페이지 URL http://earth3dmap.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make a Screenshot",
    "version": "1.2",
    "description": "Easy one click screenshot. The screenshot comes in a new tab.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Make a screenshot!"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}