Corona Go
This extension gives the main statistics of the virus based on country
Hvad er Corona Go?
Corona Go er en Chrome-udvidelse udviklet af Zentropy, og dens hovedfunktion er "This extension gives the main statistics of the virus based on country".
Udvidelsesskærmbilleder
Download Corona Go-udvidelses-CRX-fil
Download Corona Go-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension gives you a quick overview of what's happening in terms of numbers around COVID'19 pandemic. Icon inspiration -> https://illlustrations.co/
Grundlæggende oplysninger om udvidelsen
Navn | Corona Go |
ID | melepcmjondelpojpfnbalacgilafdfk |
Officiel URL | https://chromewebstore.google.com/detail/corona-go/melepcmjondelpojpfnbalacgilafdfk |
Beskrivelse | This extension gives the main statistics of the virus based on country |
Filstørrelse | 693 KB |
Antal Installationer | 15 |
Nuværende Version | 1.1 |
Senest Opdateret | 2020-04-25 |
Udgivelsesdato | 2020-04-25 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Zentropy |
Betalingsmetode | free |
Udvidelseswebsted | https://uxsprout.com/ |
Understøttede Sprog | 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" } } |