Corona Go
This extension gives the main statistics of the virus based on country
Vad är Corona Go?
Corona Go är en Chrome-tillägg utvecklad av Zentropy, och dess huvudfunktion är "This extension gives the main statistics of the virus based on country".
Tilläggsskärmbilder
Ladda ner Corona Go-förlängningens CRX-fil
Ladda ner Corona Go-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Corona Go |
ID | melepcmjondelpojpfnbalacgilafdfk |
Officiell webbadress | https://chromewebstore.google.com/detail/corona-go/melepcmjondelpojpfnbalacgilafdfk |
Beskrivning | This extension gives the main statistics of the virus based on country |
Filstorlek | 693 KB |
Antal Installationer | 15 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-04-25 |
Publiceringsdatum | 2020-04-25 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Zentropy |
Betalningssätt | free |
Tilläggswebbplats | https://uxsprout.com/ |
Stödda Språk | 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" } } |