Yoav Screenshot Extension

Capture screenshots for submitting apps to PlayStore and AppStore.

O que é Yoav Screenshot Extension?

Yoav Screenshot Extension é uma extensão do Chrome desenvolvida por yoav.zibin, e sua principal característica é "Capture screenshots for submitting apps to PlayStore and AppStore.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Yoav Screenshot Extension

Baixe arquivos de extensão Yoav Screenshot Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Yoav Screenshot Extension Yoav Screenshot Extension
ID elbkkdhopjidobbmfpofgjdgahpkbbhc
URL Oficial https://chromewebstore.google.com/detail/yoav-screenshot-extension/elbkkdhopjidobbmfpofgjdgahpkbbhc
Descrição Capture screenshots for submitting apps to PlayStore and AppStore.
Tamanho do Arquivo 21.87 KB
Contagem de Instalações 51
Versão Atual 1.2
Última Atualização 2016-04-26
Data de Publicação 2016-04-26
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor yoav.zibin
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/yoav-zibin/chrome-screenshot-extension
Idiomas Suportados 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
}