Yoav Screenshot Extension

Capture screenshots for submitting apps to PlayStore and AppStore.

Yoav Screenshot Extension란 무엇입니까?

Yoav Screenshot Extension은(는) yoav.zibin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture screenshots for submitting apps to PlayStore and AppStore."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Capture screenshots for submitting apps to PlayStore and AppStore.
The extension is opened source here: https://github.com/yoav-zibin/chrome-screenshot-extension
(submit bug/issues/feature requests there :))

Way to use the extension:
1) Turn on “Mobile emulation” in chrome.
2) Select the desired device, e.g., choose "iPhone 6".
3) Make sure it’s shown as 100% and the entire screen is visible. (If it doesn’t fit in your screen, maximize chrome, and if that's not enough, increase your screen resolution.)
4) Click on the camera icon to save the printscreen as a PNG image file in your ~/Downloads folder,
according to Apple's specs (e.g., iPhone4 as 640x960 png, iPhone6p as 1242x2208 png, etc).                    

확장 프로그램 기본 정보

이름 Yoav Screenshot Extension Yoav Screenshot Extension
ID elbkkdhopjidobbmfpofgjdgahpkbbhc
공식 URL https://chromewebstore.google.com/detail/yoav-screenshot-extension/elbkkdhopjidobbmfpofgjdgahpkbbhc
설명 Capture screenshots for submitting apps to PlayStore and AppStore.
파일 크기 21.87 KB
설치 횟수 51
현재 버전 1.2
최근 업데이트 2016-04-26
출시 날짜 2016-04-26
평점 4.00/5 총 4 개의 평점
개발자 yoav.zibin
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/yoav-zibin/chrome-screenshot-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yoav Screenshot Extension",
    "version": "1.2",
    "description": "Capture screenshots for submitting apps to PlayStore and AppStore.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Take a screen shot!"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "notifications"
    ],
    "manifest_version": 2
}