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…
Was ist COVID-19 Statistics - Sri Lanka / Global?
COVID-19 Statistics - Sri Lanka / Global ist eine Chrome-Erweiterung, die von isuru4lk entwickelt wurde, und ihr Hauptmerkmal ist "With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…".
Erweiterungsscreenshots
COVID-19 Statistics - Sri Lanka / Global-Erweiterungs-CRX-Datei herunterladen
Laden Sie COVID-19 Statistics - Sri Lanka / Global-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lpbpopaphioiplpigiahhkkjffiacbdi |
| Offizielle URL | https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi |
| Beschreibung | With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen… |
| Dateigröße | 302 KB |
| Installationsanzahl | 76 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2020-03-29 |
| Veröffentlichungsdatum | 2020-03-28 |
| Bewertung | 4.73/5 Insgesamt 15 Bewertungen |
| Entwickler | isuru4lk |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
} | |