Nepal Load Shedding Schedule

Google Chrome app to view Nepal Load Shedding Schedule

什麼是Nepal Load Shedding Schedule?

Nepal Load Shedding Schedule是由Sulabh Bista開發的Chrome擴展程式,該擴展的主要功能是“Google Chrome app to view Nepal Load Shedding Schedule”。

擴展截圖

screenshot

下載Nepal Load Shedding Schedule擴展crx文件

下載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
官方網址 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"
    ]
}