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

ما هو Sri Lanka COVID-19 Updates؟

Sri Lanka COVID-19 Updates هو إضافة Chrome تم تطويرها بواسطة Denuwan Hettiarachchi، والميزة الرئيسية لها هي "Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sri Lanka COVID-19 Updates

قم بتنزيل ملفات الامتداد Sri Lanka COVID-19 Updates بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Sri Lanka COVID-19 Updates Sri Lanka COVID-19 Updates
ID enibhpbllaoaffjclnnepikeabihmcke
عنوان URL الرسمي https://chromewebstore.google.com/detail/sri-lanka-covid-19-update/enibhpbllaoaffjclnnepikeabihmcke
الوصف Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau
حجم الملف 102 KB
عدد التثبيتات 21
النسخة الحالية 5.3
آخر تحديث 2021-08-23
تاريخ النشر 2020-05-05
تقييم 5.00/5 مجموع تقييمات 6
المطور Denuwan Hettiarachchi
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}