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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}