COVID-19 in Sri Lanka
CORONA virus victims live updates in Sri Lanka
Co to jest COVID-19 in Sri Lanka?
COVID-19 in Sri Lanka to rozszerzenie Chrome opracowane przez Amila Vidanagamage, a jego główną funkcją jest „CORONA virus victims live updates in Sri Lanka”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia COVID-19 in Sri Lanka
Pobierz pliki rozszerzeń COVID-19 in Sri Lanka w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Gives live updates regarding the COVID-19 virus victims in Sri Lanka with rich notifications and hospital details in google maps Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bplcpdbicacgekoaplakbpkaloileajj |
| Oficjalny URL | https://chromewebstore.google.com/detail/covid-19-in-sri-lanka/bplcpdbicacgekoaplakbpkaloileajj |
| Opis | CORONA virus victims live updates in Sri Lanka |
| Rozmiar pliku | 46.97 KB |
| Liczba instalacji | 27 |
| Aktualna Wersja | 1.4 |
| Ostatnia Aktualizacja | 2021-12-15 |
| Data Publikacji | 2020-03-30 |
| Ocena | 5.00/5 Łącznie 6 Oceny |
| Deweloper | Amila Vidanagamage |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "COVID-19 in Sri Lanka",
"version": "1.4",
"description": "CORONA virus victims live updates in Sri Lanka ",
"icons": {
"16": "images\/covid16.png",
"48": "images\/covid48.png",
"128": "images\/covid128.png"
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "COVID-19 in Sri Lanka",
"default_icon": {
"16": "images\/covid16.png",
"48": "images\/covid48.png",
"128": "images\/covid128.png"
}
},
"background": {
"page": "background.html",
"persistent": false
},
"content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/maps.googleapis.com; object-src 'self'",
"author": "Amila Vidanagamage"
} | |