Nepal Load Shedding Schedule

Google Chrome app to view Nepal Load Shedding Schedule

Nepal Load Shedding Schedule क्या है?

Nepal Load Shedding Schedule Sulabh Bista द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Chrome app to view Nepal Load Shedding Schedule"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nepal Load Shedding Schedule एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}