Sri Lanka COVID-19 Updates

Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau

O que é Sri Lanka COVID-19 Updates?

Sri Lanka COVID-19 Updates é uma extensão do Chrome desenvolvida por Denuwan Hettiarachchi, e sua principal característica é "Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sri Lanka COVID-19 Updates

Baixe arquivos de extensão Sri Lanka COVID-19 Updates 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

                        Provides the current real-time situation of the patients reported in Sri Lanka. This outbreak is known as a 'World First Info-Demic' since false news is spreading in uncontrollable speed. With this small chrome, Extension will help you to access verified statistical data without any barrier.

All the data from Sri Lanka Health Promotion Bureau officials APIs. (http://hpb.health.gov.lk/)                    

Informações Básicas da Extensão

Nome Sri Lanka COVID-19 Updates Sri Lanka COVID-19 Updates
ID enibhpbllaoaffjclnnepikeabihmcke
URL Oficial https://chromewebstore.google.com/detail/sri-lanka-covid-19-update/enibhpbllaoaffjclnnepikeabihmcke
Descrição Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau
Tamanho do Arquivo 102 KB
Contagem de Instalações 21
Versão Atual 5.3
Última Atualização 2021-08-23
Data de Publicação 2020-05-05
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Denuwan Hettiarachchi
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sri Lanka COVID-19 Updates",
    "version": "5.3",
    "description": "Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "notifications",
        "alarms",
        "https:\/\/news.google.com\/news\/rss\/search\/*"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "icons": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}