Yoav Screenshot Extension
Capture screenshots for submitting apps to PlayStore and AppStore.
Co to jest Yoav Screenshot Extension?
Yoav Screenshot Extension to rozszerzenie Chrome opracowane przez yoav.zibin, a jego główną funkcją jest „Capture screenshots for submitting apps to PlayStore and AppStore.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Yoav Screenshot Extension
Pobierz pliki rozszerzeń Yoav Screenshot Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | Yoav Screenshot Extension |
ID | elbkkdhopjidobbmfpofgjdgahpkbbhc |
Oficjalny URL | https://chromewebstore.google.com/detail/yoav-screenshot-extension/elbkkdhopjidobbmfpofgjdgahpkbbhc |
Opis | Capture screenshots for submitting apps to PlayStore and AppStore. |
Rozmiar pliku | 21.87 KB |
Liczba instalacji | 51 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2016-04-26 |
Data Publikacji | 2016-04-26 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | yoav.zibin |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/yoav-zibin/chrome-screenshot-extension |
Obsługiwane Języki | 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 } |