COVID-19 India Tracker

Chrome extension that tracks COVID-19 cases in India.

What is COVID-19 India Tracker?

COVID-19 India Tracker is a Chrome extension developed by Karan Vir Bains, and its main feature is "Chrome extension that tracks COVID-19 cases in India.".

Extension Screenshots

screenshot
screenshot

Download COVID-19 India Tracker Extension CRX File

Download COVID-19 India Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name COVID-19 India Tracker COVID-19 India Tracker
ID ioedoleofbbinagnbmchabpendfnihnb
Official URL https://chromewebstore.google.com/detail/covid-19-india-tracker/ioedoleofbbinagnbmchabpendfnihnb
Description Chrome extension that tracks COVID-19 cases in India.
File Size 13.58 KB
Installation Count 19
Current Version 0.0.1
Last Updated 2020-08-17
Publish Date 2020-04-05
Rating 5.00/5 Total 4 Ratings
Developer Karan Vir Bains
Email [email protected]
Payment Type free
Supported Languages 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
}