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…
¿Qué es COVID-19 Statistics - Sri Lanka / Global?
COVID-19 Statistics - Sri Lanka / Global es una extensión de Chrome desarrollada por isuru4lk, y su función principal es "With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión COVID-19 Statistics - Sri Lanka / Global
Descarga archivos de extensión COVID-19 Statistics - Sri Lanka / Global en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 Información Básica de la Extensión
| Nombre | |
| ID | lpbpopaphioiplpigiahhkkjffiacbdi |
| URL Oficial | https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi |
| Descripción | With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen… |
| Tamaño del Archivo | 302 KB |
| Cantidad de Instalaciones | 76 |
| Versión Actual | 1.1.0 |
| Última Actualización | 2020-03-29 |
| Fecha de Publicación | 2020-03-28 |
| Calificación | 4.73/5 Total de 15 Calificaciones |
| Desarrollador | isuru4lk |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | 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
}
} | |