COVID-19 India Tracker
Chrome extension that tracks COVID-19 cases in India.
Wat is COVID-19 India Tracker?
COVID-19 India Tracker is een Chrome-extensie ontwikkeld door Karan Vir Bains, en de belangrijkste functie is "Chrome extension that tracks COVID-19 cases in India.".
Extensie Screenshots
Download het CRX-bestand van de extensie COVID-19 India Tracker
Download COVID-19 India Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chrome extension which gives live updates for COVID-19 (Coronavirus) in India.
Data is retrieved using from https://api.covid19india.org/ which collect the details from each State press release, official government links such as Ministry of Health and Family Welfare and reputable news channels. Data is then validated by a group of volunteers & published. Basisinformatie over de Extensie
| Naam | |
| ID | ioedoleofbbinagnbmchabpendfnihnb |
| Officiële URL | https://chromewebstore.google.com/detail/covid-19-india-tracker/ioedoleofbbinagnbmchabpendfnihnb |
| Beschrijving | Chrome extension that tracks COVID-19 cases in India. |
| Bestandsgrootte | 13.58 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2020-08-17 |
| Publicatiedatum | 2020-04-05 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Karan Vir Bains |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "COVID-19 India Tracker",
"version": "0.0.1",
"description": "Chrome extension that tracks COVID-19 cases in India.",
"browser_action": {
"default_icon": {
"16": "assets\/icons\/tracker-16x16.png",
"48": "assets\/icons\/tracker-48x48.png",
"128": "assets\/icons\/tracker-128x128.png"
},
"default_title": "COVID-19 India Tracker",
"default_popup": "popup\/popup.html"
},
"icons": {
"16": "assets\/icons\/tracker-16x16.png",
"48": "assets\/icons\/tracker-48x48.png",
"128": "assets\/icons\/tracker-128x128.png"
},
"manifest_version": 2
} | |