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 là gì?

Sri Lanka COVID-19 Updates là một tiện ích mở rộng Chrome được phát triển bởi Denuwan Hettiarachchi, và tính năng chính của nó là "Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sri Lanka COVID-19 Updates

Tải xuống các tệp mở rộng Sri Lanka COVID-19 Updates dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sri Lanka COVID-19 Updates Sri Lanka COVID-19 Updates
ID enibhpbllaoaffjclnnepikeabihmcke
URL Chính Thức https://chromewebstore.google.com/detail/sri-lanka-covid-19-update/enibhpbllaoaffjclnnepikeabihmcke
Mô tả Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 5.3
Cập Nhật Lần Cuối 2021-08-23
Ngày Phát Hành 2020-05-05
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Denuwan Hettiarachchi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}