Corona Go
This extension gives the main statistics of the virus based on country
Was ist Corona Go?
Corona Go ist eine Chrome-Erweiterung, die von Zentropy entwickelt wurde, und ihr Hauptmerkmal ist "This extension gives the main statistics of the virus based on country".
Erweiterungsscreenshots
Corona Go-Erweiterungs-CRX-Datei herunterladen
Laden Sie Corona Go-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
This extension gives you a quick overview of what's happening in terms of numbers around COVID'19 pandemic. Icon inspiration -> https://illlustrations.co/
Grundlegende Informationen zur Erweiterung
Name | Corona Go |
ID | melepcmjondelpojpfnbalacgilafdfk |
Offizielle URL | https://chromewebstore.google.com/detail/corona-go/melepcmjondelpojpfnbalacgilafdfk |
Beschreibung | This extension gives the main statistics of the virus based on country |
Dateigröße | 693 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-04-25 |
Veröffentlichungsdatum | 2020-04-25 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Zentropy |
Zahlungsart | free |
Erweiterungswebsite | https://uxsprout.com/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Corona Go", "description": "This extension gives the main statistics of the virus based on country", "version": "1.1", "browser_action": { "default_popup": "index.html", "default_title": "COVID'19 Stats" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-Oxf3ha15MFUqOEy4\/gSiQXxLFdQhxOWKcGQ8BXqW1UA='; object-src 'self'", "short_name": "React App", "icons": { "128": "Frame 4.png", "48": "Frame 3.png", "16": "Frame 2.png" } } |