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

Qu'est-ce que Sri Lanka COVID-19 Updates ?

Sri Lanka COVID-19 Updates est une extension Chrome développée par Denuwan Hettiarachchi, et sa fonction principale est "Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sri Lanka COVID-19 Updates

Téléchargez les fichiers d'extension Sri Lanka COVID-19 Updates au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Sri Lanka COVID-19 Updates Sri Lanka COVID-19 Updates
ID enibhpbllaoaffjclnnepikeabihmcke
URL Officiel https://chromewebstore.google.com/detail/sri-lanka-covid-19-update/enibhpbllaoaffjclnnepikeabihmcke
Description Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau
Taille du Fichier 102 KB
Nombre d'Installations 21
Version Actuelle 5.3
Dernière Mise à Jour 2021-08-23
Date de Publication 2020-05-05
Évaluation 5.00/5 Total 6 Évaluations
Développeur Denuwan Hettiarachchi
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}