COVID-19 Statistics - Sri Lanka / Global
With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…
Co to jest COVID-19 Statistics - Sri Lanka / Global?
COVID-19 Statistics - Sri Lanka / Global to rozszerzenie Chrome opracowane przez isuru4lk, a jego główną funkcją jest „With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia COVID-19 Statistics - Sri Lanka / Global
Pobierz pliki rozszerzeń COVID-19 Statistics - Sri Lanka / Global 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
With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen without a hassle.
If you like to contribute the extension, please find the repo on https://github.com/isuru4lk/corona_tracker Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lpbpopaphioiplpigiahhkkjffiacbdi |
| Oficjalny URL | https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi |
| Opis | With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen… |
| Rozmiar pliku | 302 KB |
| Liczba instalacji | 76 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2020-03-29 |
| Data Publikacji | 2020-03-28 |
| Ocena | 4.73/5 Łącznie 15 Oceny |
| Deweloper | isuru4lk |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "COVID-19 Statistics - Sri Lanka \/ Global",
"version": "1.1.0",
"icons": {
"128": "icons\/icon_128.png"
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "COVID-19 Statistics - Sri Lanka \/ Global",
"default_icon": "icons\/icon_32.png"
},
"background": {
"page": "background.html",
"persistent": false
}
} | |