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
Co je Sri Lanka COVID-19 Updates?
Sri Lanka COVID-19 Updates je rozšíření Chrome vyvinuté Denuwan Hettiarachchi, a jeho hlavní funkcí je „Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sri Lanka COVID-19 Updates
Stáhněte si soubory rozšíření Sri Lanka COVID-19 Updates ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/)
Základní Informace o Rozšíření
Název | Sri Lanka COVID-19 Updates |
ID | enibhpbllaoaffjclnnepikeabihmcke |
Oficiální URL | https://chromewebstore.google.com/detail/sri-lanka-covid-19-update/enibhpbllaoaffjclnnepikeabihmcke |
Popis | Provides the current real time situation of the patients reported in Sri Lanka. Data Source: Sri Lanka Health Promotion Bureau |
Velikost souboru | 102 KB |
Počet instalací | 21 |
Aktuální Verze | 5.3 |
Poslední Aktualizace | 2021-08-23 |
Datum Vydání | 2020-05-05 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | Denuwan Hettiarachchi |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |