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文件

下載Yoav Screenshot Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}