Yoav Screenshot Extension
Capture screenshots for submitting apps to PlayStore and AppStore.
¿Qué es Yoav Screenshot Extension?
Yoav Screenshot Extension es una extensión de Chrome desarrollada por yoav.zibin, y su función principal es "Capture screenshots for submitting apps to PlayStore and AppStore.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Yoav Screenshot Extension
Descarga archivos de extensión Yoav Screenshot Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | Yoav Screenshot Extension |
ID | elbkkdhopjidobbmfpofgjdgahpkbbhc |
URL Oficial | https://chromewebstore.google.com/detail/yoav-screenshot-extension/elbkkdhopjidobbmfpofgjdgahpkbbhc |
Descripción | Capture screenshots for submitting apps to PlayStore and AppStore. |
Tamaño del Archivo | 21.87 KB |
Cantidad de Instalaciones | 51 |
Versión Actual | 1.2 |
Última Actualización | 2016-04-26 |
Fecha de Publicación | 2016-04-26 |
Calificación | 4.00/5 Total de 4 Calificaciones |
Desarrollador | yoav.zibin |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/yoav-zibin/chrome-screenshot-extension |
Idiomas Soportados | 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 } |