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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sri Lanka COVID-19 Updates
ดาวน์โหลดไฟล์ส่วนขยาย Sri Lanka COVID-19 Updates ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 } |