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
Eメール [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
}