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

Wat is Sri Lanka COVID-19 Updates?

Sri Lanka COVID-19 Updates is een Chrome-extensie ontwikkeld door Denuwan Hettiarachchi, en de belangrijkste functie is "Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sri Lanka COVID-19 Updates

Download Sri Lanka COVID-19 Updates-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/)                    

Basisinformatie over de Extensie

Naam Sri Lanka COVID-19 Updates Sri Lanka COVID-19 Updates
ID enibhpbllaoaffjclnnepikeabihmcke
Officiële URL https://chromewebstore.google.com/detail/sri-lanka-covid-19-update/enibhpbllaoaffjclnnepikeabihmcke
Beschrijving Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau
Bestandsgrootte 102 KB
Aantal Installaties 21
Huidige Versie 5.3
Laatst Bijgewerkt 2021-08-23
Publicatiedatum 2020-05-05
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Denuwan Hettiarachchi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}