Nepal Load Shedding Schedule
Google Chrome app to view Nepal Load Shedding Schedule
O que é Nepal Load Shedding Schedule?
Nepal Load Shedding Schedule é uma extensão do Chrome desenvolvida por Sulabh Bista, e sua principal característica é "Google Chrome app to view Nepal Load Shedding Schedule".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nepal Load Shedding Schedule
Baixe arquivos de extensão Nepal Load Shedding Schedule no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ogoaldnliklihnfgokhennefpnfpincg |
URL Oficial | https://chrome.google.com/webstore/detail/nepal-load-shedding-sched/ogoaldnliklihnfgokhennefpnfpincg |
Descrição | Google Chrome app to view Nepal Load Shedding Schedule |
Tamanho do Arquivo | 82.52 KB |
Contagem de Instalações | 16 |
Versão Atual | 2.7 |
Última Atualização | 2014-03-22 |
Data de Publicação | 2013-06-09 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | Sulabh Bista |
Tipo de Pagamento | free |
Site da Extensão | http://sul4bh.wordpress.com/ |
Idiomas Suportados | 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" ] } |