Corona Go
This extension gives the main statistics of the virus based on country
Co to jest Corona Go?
Corona Go to rozszerzenie Chrome opracowane przez Zentropy, a jego główną funkcją jest „This extension gives the main statistics of the virus based on country”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Corona Go
Pobierz pliki rozszerzeń Corona Go w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension gives you a quick overview of what's happening in terms of numbers around COVID'19 pandemic. Icon inspiration -> https://illlustrations.co/
Podstawowe informacje o rozszerzeniu
Nazwa | Corona Go |
ID | melepcmjondelpojpfnbalacgilafdfk |
Oficjalny URL | https://chromewebstore.google.com/detail/corona-go/melepcmjondelpojpfnbalacgilafdfk |
Opis | This extension gives the main statistics of the virus based on country |
Rozmiar pliku | 693 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-04-25 |
Data Publikacji | 2020-04-25 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Zentropy |
Typ Płatności | free |
Strona Rozszerzenia | https://uxsprout.com/ |
Obsługiwane Języki | 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" } } |