Nepal Load Shedding Schedule

Google Chrome app to view Nepal Load Shedding Schedule

Τι είναι το Nepal Load Shedding Schedule;

Το Nepal Load Shedding Schedule είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sulabh Bista, και η κύρια λειτουργία του είναι "Google Chrome app to view Nepal Load Shedding Schedule".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Nepal Load Shedding Schedule

Λήψη αρχείων επέκτασης Nepal Load Shedding Schedule σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Google Chrome extension to view load schedule of Nepal.

The data required to display the schedule has been derived from a similar Android app 
(https://play.google.com/store/apps/details?id=com.cms.xml)


** Please use the extension feedback at "Need to report a problem" to file bugs, suggest fixes or request a feature.

** Location select now available


====How to use====

1. Install the application.
2. Click on the blue bulb icon on the extension bar.
3. Choose your group from the tab to view the schedule.


Source code available at:
https://github.com/sul4bh/Nepal-Load-Shedding-Schedule-for-Google-Chrome                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Nepal Load Shedding Schedule Nepal Load Shedding Schedule
ID ogoaldnliklihnfgokhennefpnfpincg
Επίσημο URL https://chrome.google.com/webstore/detail/nepal-load-shedding-sched/ogoaldnliklihnfgokhennefpnfpincg
Περιγραφή Google Chrome app to view Nepal Load Shedding Schedule
Μέγεθος Αρχείου 82.52 KB
Αριθμός Εγκαταστάσεων 16
Τρέχουσα Έκδοση 2.7
Τελευταία Ενημέρωση 2014-03-22
Ημερομηνία Δημοσίευσης 2013-06-09
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Sulabh Bista
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://sul4bh.wordpress.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nepal Load Shedding Schedule",
    "version": "2.7",
    "manifest_version": 2,
    "description": "Google Chrome app to view Nepal Load Shedding Schedule",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "View Load Shedding Schedule",
        "default_popup": "popup.html"
    },
    "homepage_url": "http:\/\/sul4bh.wordpress.com",
    "permissions": [
        "http:\/\/*\/*",
        "storage"
    ]
}