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