Covid19-Awareness
A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.
What is Covid19-Awareness?
Covid19-Awareness is a Chrome extension developed by Kirk Patrick Junsay, and its main feature is "A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.".
Extension Screenshots
Download Covid19-Awareness Extension CRX File
Download Covid19-Awareness 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
Covid19-Awareness is an extension created for easy access and summary details of the statistics of Covid19 related cases in a particular country. Users can install this extension and can easily check in real-time the current numbers of Total Cases, Total Recovered, Total Deaths, Total Critical Cases etc. Further features will be released in the upcoming days like notifications and badges for a more enhanced user experience. Extension Basic Information
| Name | |
| ID | ggjchlknfefiadmjgkancmlmncbpemob |
| Official URL | https://chromewebstore.google.com/detail/covid19-awareness/ggjchlknfefiadmjgkancmlmncbpemob |
| Description | A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries. |
| File Size | 55.99 KB |
| Installation Count | 13 |
| Current Version | 1.2 |
| Last Updated | 2020-04-02 |
| Publish Date | 2020-04-02 |
| Rating | 5.00/5 Total 5 Ratings |
| Developer | Kirk Patrick Junsay |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Covid19-Awareness",
"version": "1.2",
"description": "A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.",
"icons": {
"128": "location128.png",
"48": "location48.png",
"16": "location16.png"
},
"browser_action": {
"default_icon": "location16.png",
"default_popup": "popup.html"
}
} | |