Yoav Screenshot Extension
Capture screenshots for submitting apps to PlayStore and AppStore.
Τι είναι το Yoav Screenshot Extension;
Το Yoav Screenshot Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yoav.zibin, και η κύρια λειτουργία του είναι "Capture screenshots for submitting apps to PlayStore and AppStore.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Yoav Screenshot Extension
Λήψη αρχείων επέκτασης Yoav Screenshot Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Yoav Screenshot Extension |
ID | elbkkdhopjidobbmfpofgjdgahpkbbhc |
Επίσημο URL | https://chromewebstore.google.com/detail/yoav-screenshot-extension/elbkkdhopjidobbmfpofgjdgahpkbbhc |
Περιγραφή | Capture screenshots for submitting apps to PlayStore and AppStore. |
Μέγεθος Αρχείου | 21.87 KB |
Αριθμός Εγκαταστάσεων | 51 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2016-04-26 |
Ημερομηνία Δημοσίευσης | 2016-04-26 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | yoav.zibin |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/yoav-zibin/chrome-screenshot-extension |
Υποστηριζόμενες Γλώσσες | 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 } |