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…

What is COVID-19 Statistics - Sri Lanka / Global?

COVID-19 Statistics - Sri Lanka / Global is a Chrome extension developed by isuru4lk, and its main feature is "With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download COVID-19 Statistics - Sri Lanka / Global Extension CRX File

Download COVID-19 Statistics - Sri Lanka / Global 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

                        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                    

Extension Basic Information

Name COVID-19 Statistics - Sri Lanka / Global COVID-19 Statistics - Sri Lanka / Global
ID lpbpopaphioiplpigiahhkkjffiacbdi
Official URL https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi
Description With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…
File Size 302 KB
Installation Count 76
Current Version 1.1.0
Last Updated 2020-03-29
Publish Date 2020-03-28
Rating 4.73/5 Total 15 Ratings
Developer isuru4lk
Email [email protected]
Payment Type free
Supported Languages 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
    }
}