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