Yoav Screenshot Extension
Capture screenshots for submitting apps to PlayStore and AppStore.
Vad är Yoav Screenshot Extension?
Yoav Screenshot Extension är en Chrome-tillägg utvecklad av yoav.zibin, och dess huvudfunktion är "Capture screenshots for submitting apps to PlayStore and AppStore.".
Tilläggsskärmbilder
Ladda ner Yoav Screenshot Extension-förlängningens CRX-fil
Ladda ner Yoav Screenshot Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | Yoav Screenshot Extension |
ID | elbkkdhopjidobbmfpofgjdgahpkbbhc |
Officiell webbadress | https://chromewebstore.google.com/detail/yoav-screenshot-extension/elbkkdhopjidobbmfpofgjdgahpkbbhc |
Beskrivning | Capture screenshots for submitting apps to PlayStore and AppStore. |
Filstorlek | 21.87 KB |
Antal Installationer | 51 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2016-04-26 |
Publiceringsdatum | 2016-04-26 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | yoav.zibin |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/yoav-zibin/chrome-screenshot-extension |
Stödda Språk | 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 } |