Covid19-Awareness

A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.

Was ist Covid19-Awareness?

Covid19-Awareness ist eine Chrome-Erweiterung, die von Kirk Patrick Junsay entwickelt wurde, und ihr Hauptmerkmal ist "A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Covid19-Awareness-Erweiterungs-CRX-Datei herunterladen

Laden Sie Covid19-Awareness-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Covid19-Awareness Covid19-Awareness
ID ggjchlknfefiadmjgkancmlmncbpemob
Offizielle URL https://chromewebstore.google.com/detail/covid19-awareness/ggjchlknfefiadmjgkancmlmncbpemob
Beschreibung A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.
Dateigröße 55.99 KB
Installationsanzahl 13
Aktuelle Version 1.2
Letztes Update 2020-04-02
Veröffentlichungsdatum 2020-04-02
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Kirk Patrick Junsay
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}