Yoav Screenshot Extension

Capture screenshots for submitting apps to PlayStore and AppStore.

Qu'est-ce que Yoav Screenshot Extension ?

Yoav Screenshot Extension est une extension Chrome développée par yoav.zibin, et sa fonction principale est "Capture screenshots for submitting apps to PlayStore and AppStore.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yoav Screenshot Extension

Téléchargez les fichiers d'extension Yoav Screenshot Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Yoav Screenshot Extension Yoav Screenshot Extension
ID elbkkdhopjidobbmfpofgjdgahpkbbhc
URL Officiel https://chromewebstore.google.com/detail/yoav-screenshot-extension/elbkkdhopjidobbmfpofgjdgahpkbbhc
Description Capture screenshots for submitting apps to PlayStore and AppStore.
Taille du Fichier 21.87 KB
Nombre d'Installations 51
Version Actuelle 1.2
Dernière Mise à Jour 2016-04-26
Date de Publication 2016-04-26
Évaluation 4.00/5 Total 4 Évaluations
Développeur yoav.zibin
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/yoav-zibin/chrome-screenshot-extension
Langues Prises en Charge 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
}