COVID-19 Stats Chrome Extension
COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.
Was ist COVID-19 Stats Chrome Extension?
COVID-19 Stats Chrome Extension ist eine Chrome-Erweiterung, die von https://ashiish.me entwickelt wurde, und ihr Hauptmerkmal ist "COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.".
Erweiterungsscreenshots
COVID-19 Stats Chrome Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie COVID-19 Stats Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | COVID-19 Stats Chrome Extension |
ID | dbjnfmlhffkhglklgibidgmklelnnlcn |
Offizielle URL | https://chromewebstore.google.com/detail/covid-19-stats-chrome-ext/dbjnfmlhffkhglklgibidgmklelnnlcn |
Beschreibung | COVID-19 Stats: A chrome extension to show the latest COVID-19 updates. |
Dateigröße | 632 KB |
Installationsanzahl | 31 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2020-07-18 |
Veröffentlichungsdatum | 2020-07-18 |
Bewertung | 5.00/5 Insgesamt 18 Bewertungen |
Entwickler | https://ashiish.me |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ashiishme/covid-stats/blob/development/README.md |
Unterstützte Sprachen | 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" } } |