COVID-19 Stats Chrome Extension
COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.
Co to jest COVID-19 Stats Chrome Extension?
COVID-19 Stats Chrome Extension to rozszerzenie Chrome opracowane przez https://ashiish.me, a jego główną funkcją jest „COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia COVID-19 Stats Chrome Extension
Pobierz pliki rozszerzeń COVID-19 Stats Chrome Extension 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
COVID-19 Stats shows the current pandemic data based on user location as well as the global statistics. If you are tired of visiting different website to check the data, you can easily access it now from your browser with single click.
Podstawowe informacje o rozszerzeniu
Nazwa | COVID-19 Stats Chrome Extension |
ID | dbjnfmlhffkhglklgibidgmklelnnlcn |
Oficjalny URL | https://chromewebstore.google.com/detail/covid-19-stats-chrome-ext/dbjnfmlhffkhglklgibidgmklelnnlcn |
Opis | COVID-19 Stats: A chrome extension to show the latest COVID-19 updates. |
Rozmiar pliku | 632 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2020-07-18 |
Data Publikacji | 2020-07-18 |
Ocena | 5.00/5 Łącznie 18 Oceny |
Deweloper | https://ashiish.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ashiishme/covid-stats/blob/development/README.md |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "COVID-19 Stats", "name": "COVID-19 Stats Chrome Extension", "version": "0.1.1", "description": "COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "index.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "web_accessible_resources": [ "js\/*", "html\/*", "css\/*" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |