Corona Go
This extension gives the main statistics of the virus based on country
Wat is Corona Go?
Corona Go is een Chrome-extensie ontwikkeld door Zentropy, en de belangrijkste functie is "This extension gives the main statistics of the virus based on country".
Extensie Screenshots
Download het CRX-bestand van de extensie Corona Go
Download Corona Go-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension gives you a quick overview of what's happening in terms of numbers around COVID'19 pandemic. Icon inspiration -> https://illlustrations.co/
Basisinformatie over de Extensie
Naam | Corona Go |
ID | melepcmjondelpojpfnbalacgilafdfk |
Officiële URL | https://chromewebstore.google.com/detail/corona-go/melepcmjondelpojpfnbalacgilafdfk |
Beschrijving | This extension gives the main statistics of the virus based on country |
Bestandsgrootte | 693 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-04-25 |
Publicatiedatum | 2020-04-25 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Zentropy |
Betalingswijze | free |
Extensiewebsite | https://uxsprout.com/ |
Ondersteunde Talen | 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" } } |