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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |