Corona Tracker

A Google Chrome extension for tracking CORONAVIRUS COVID-19 update

What is Corona Tracker?

Corona Tracker is a Chrome extension developed by mazik, and its main feature is "A Google Chrome extension for tracking CORONAVIRUS COVID-19 update".

Extension Screenshots

screenshot

Download Corona Tracker Extension CRX File

Download Corona 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

                        CORONAVIRUS - COVID-19 was developed for seeing the latest update about the CORONAVIRUS - COVID-19. It was previously designed for operating system level https://github.com/mazik/corona/ using Electron but there was some operating system specific issue and code signing hasn't been done.

So, CORONAVIRUS - COVID-19 is now introduced as a Google Chrome extension so there's no more operating system specific issue and can be run any operating system as long as you're running Google Chrome.                    

Extension Basic Information

Name Corona Tracker Corona Tracker
ID ikijbjphceaapcgigpdejijgphdcnide
Official URL https://chromewebstore.google.com/detail/corona-tracker/ikijbjphceaapcgigpdejijgphdcnide
Description A Google Chrome extension for tracking CORONAVIRUS COVID-19 update
File Size 284 KB
Installation Count 72
Current Version 1.3
Last Updated 2020-06-02
Publish Date 2020-05-31
Rating 5.00/5 Total 5 Ratings
Developer mazik
Email [email protected]
Payment Type free
Extension Website https://github.com/mazik/corona-tracker
Help Page URL https://github.com/mazik/corona-tracker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Corona Tracker",
    "version": "1.3",
    "description": "A Google Chrome extension for tracking CORONAVIRUS COVID-19 update",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icon\/[email protected]",
            "32": "icon\/[email protected]",
            "48": "icon\/[email protected]",
            "128": "icon\/[email protected]"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/[email protected]",
        "32": "icon\/[email protected]",
        "48": "icon\/[email protected]",
        "128": "icon\/[email protected]"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "js\/content.js"
            ]
        }
    ]
}