Yoav Screenshot Extension

Capture screenshots for submitting apps to PlayStore and AppStore.

Co je Yoav Screenshot Extension?

Yoav Screenshot Extension je rozšíření Chrome vyvinuté yoav.zibin, a jeho hlavní funkcí je „Capture screenshots for submitting apps to PlayStore and AppStore.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Yoav Screenshot Extension

Stáhněte si soubory rozšíření Yoav Screenshot Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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).                    

Základní Informace o Rozšíření

Název Yoav Screenshot Extension Yoav Screenshot Extension
ID elbkkdhopjidobbmfpofgjdgahpkbbhc
Oficiální URL https://chromewebstore.google.com/detail/yoav-screenshot-extension/elbkkdhopjidobbmfpofgjdgahpkbbhc
Popis Capture screenshots for submitting apps to PlayStore and AppStore.
Velikost souboru 21.87 KB
Počet instalací 51
Aktuální Verze 1.2
Poslední Aktualizace 2016-04-26
Datum Vydání 2016-04-26
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář yoav.zibin
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/yoav-zibin/chrome-screenshot-extension
Podporované Jazyky 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
}