Yoav Screenshot Extension
Capture screenshots for submitting apps to PlayStore and AppStore.
What is Yoav Screenshot Extension?
Yoav Screenshot Extension is a Chrome extension developed by yoav.zibin, and its main feature is "Capture screenshots for submitting apps to PlayStore and AppStore.".
Extension Screenshots
Download Yoav Screenshot Extension Extension CRX File
Download Yoav Screenshot Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Yoav Screenshot Extension |
ID | elbkkdhopjidobbmfpofgjdgahpkbbhc |
Official URL | https://chromewebstore.google.com/detail/yoav-screenshot-extension/elbkkdhopjidobbmfpofgjdgahpkbbhc |
Description | Capture screenshots for submitting apps to PlayStore and AppStore. |
File Size | 21.87 KB |
Installation Count | 51 |
Current Version | 1.2 |
Last Updated | 2016-04-26 |
Publish Date | 2016-04-26 |
Rating | 4.00/5 Total 4 Ratings |
Developer | yoav.zibin |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/yoav-zibin/chrome-screenshot-extension |
Supported Languages | 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 } |