Nepal Loadshedding
Check your loadshedding schedule from your browser
Τι είναι το Nepal Loadshedding;
Το Nepal Loadshedding είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sabbir Kumar Manandhar, και η κύρια λειτουργία του είναι "Check your loadshedding schedule from your browser".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Nepal Loadshedding
Λήψη αρχείων επέκτασης Nepal Loadshedding σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows you to view your loadshedding schedule with a simple click. With the group buttons you can view corresponding schedule. The selected button will be saved and next time you open the extension, you will see the same group opened. So you may select your group and view only your schedule without the overhead of selecting your group every time you open the extension. This extension updates the schedule by itself from the update server whenever the update is available. Only you have to be online for the update to happen. Once updated, it is saved locally and hence it can be viewed when you are offline as well. The extension has been made using the tool GWT [Google Web Toolkit] New Changes in Version 1.5 1. It has now the feature of Notification. At the start of the Chrome, it will pop up a notification window telling how much time is left for light to come or remain. Similarly the pop up will appear when there is 10 minutes remaining for the light to go or come. The pop up will remain for 15 seconds, after then it disappears by itself. Change in Version 1.6 Notification Feature Removed Changess In Version 1.7 1. Notification Feature Enable 2. User can enable and disable notification. User can also change notification time from 0 to 60 minutes 3. View changed
Βασικές Πληροφορίες Επέκτασης
Όνομα | Nepal Loadshedding |
ID | ldcmghbkbcpkbpfdohaimapknjdkmifo |
Επίσημο URL | https://chromewebstore.google.com/detail/nepal-loadshedding/ldcmghbkbcpkbpfdohaimapknjdkmifo |
Περιγραφή | Check your loadshedding schedule from your browser |
Μέγεθος Αρχείου | 76 KB |
Αριθμός Εγκαταστάσεων | 119 |
Τρέχουσα Έκδοση | 1.7 |
Τελευταία Ενημέρωση | 2014-01-09 |
Ημερομηνία Δημοσίευσης | 2014-01-09 |
Αξιολόγηση | 4.84/5 Συνολικά 37 Αξιολογήσεις |
Προγραμματιστής | Sabbir Kumar Manandhar |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://groups.google.com/forum/?fromgroups#!forum/nepalloadshedding_chrome_extension |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nepal Loadshedding", "manifest_version": 2, "version": "1.7", "icons": { "16": "icons\/bulbOn.png", "48": "icons\/bulbOn.png", "128": "icons\/bulbOn.png" }, "description": "Check your loadshedding schedule from your browser", "background": { "scripts": [ "json.js", "notification2.js" ], "persistent": true }, "permissions": [ "notifications", "http:\/\/udacityblogg.appspot.com\/", "http:\/\/udacityblogg.appspot.com\/loadshedding.json", "http:\/\/udacityblogg.appspot.com\/loadsheddingversion.json" ], "web_accessible_resources": [ "icons\/bulbOn.png" ], "browser_action": { "default_icon": "icons\/bulbOn.png", "default_popup": "Nepalloadshedding.html" } } |