Battery Genie
Battery Genie enables you to see the battery status of all your devices, and receive low battery alerts on your desktop.
Τι είναι το Battery Genie;
Το Battery Genie είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.greatbytes.org, και η κύρια λειτουργία του είναι "Battery Genie enables you to see the battery status of all your devices, and receive low battery alerts on your desktop.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Battery Genie
Λήψη αρχείων επέκτασης Battery Genie σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Keep an eye on your devices' battery level and automatically get alerts when it's time to recharge. Grabbing your phone or tablet when you're leaving the house, only to realize that the battery is almost at zero can be a real bummer. Have Battery Genie alert you on your PC or Mac when your device's battery level is getting low to avoid being stranded with a dead battery. After installing the Chrome extension on your PC or Mac, head to the Google Play store to download the corresponding Android app on all your devices (http://goo.gl/cFCrD5). That's it! From now, any time you want to check on the current battery level of a device, simply click on the icon in your Chrome toolbar. For each device, you can set at which level the app should alert you of a low battery via a Chrome desktop notification. You can also configure alerts on the devices themselves (say, to get alerted on your phone when your tablet is about to run dry). **Setup** 1. Download the Chrome extension 1. Download the app on all your Android devices (http://goo.gl/cFCrD5) 2. On each device, open the app and follow the short connection process **FAQ** - Does my phone need to be on the same WiFi network as my PC/Mac? Nope, not at all. Syncing the battery levels of all your devices works automagically over the Internet. - How's the battery usage of the app? Does it eat more battery than it saves? The app only updates the device's battery status if it actually changed by at least 5%, which ensures that it has close to zero impact on your device's battery. In fact, it might even save you some battery, as you don't have to turn on your screen to check if it's time to recharge.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jikklocbcelfdhmijhopmocmmanpljhh |
Επίσημο URL | https://chrome.google.com/webstore/detail/battery-genie/jikklocbcelfdhmijhopmocmmanpljhh |
Περιγραφή | Battery Genie enables you to see the battery status of all your devices, and receive low battery alerts on your desktop. |
Μέγεθος Αρχείου | 166 KB |
Αριθμός Εγκαταστάσεων | 444 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2014-09-21 |
Ημερομηνία Δημοσίευσης | 2014-09-21 |
Αξιολόγηση | 1.84/5 Συνολικά 38 Αξιολογήσεις |
Προγραμματιστής | http://www.greatbytes.org |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.greatbytes.org |
Υποστηριζόμενες Γλώσσες | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "version": "1.0", "default_locale": "en", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "minimum_chrome_version": "6.0.0", "options_page": "help.html", "browser_action": { "default_title": "__MSG_app_name__", "default_icon": "icon_19.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "channel.js", "chrome_ex_oauthsimple.js", "chrome_ex_oauth.js", "send_logic.js", "background.js", "jquery-1.11.1.min.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "notifications", "https:\/\/accounts.google.com\/o\/oauth2\/token", "http:\/\/battery-genie.appspot.com\/", "https:\/\/battery-genie.appspot.com\/" ], "web_accessible_resources": [ "chrome_ex_oauth.html", "chrome_ex_oauthsimple.html", "oauth_interstitial.html" ] } |