COVID-19 Stats Chrome Extension
COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.
Qu'est-ce que COVID-19 Stats Chrome Extension ?
COVID-19 Stats Chrome Extension est une extension Chrome développée par https://ashiish.me, et sa fonction principale est "COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension COVID-19 Stats Chrome Extension
Téléchargez les fichiers d'extension COVID-19 Stats Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | COVID-19 Stats Chrome Extension |
ID | dbjnfmlhffkhglklgibidgmklelnnlcn |
URL Officiel | https://chromewebstore.google.com/detail/covid-19-stats-chrome-ext/dbjnfmlhffkhglklgibidgmklelnnlcn |
Description | COVID-19 Stats: A chrome extension to show the latest COVID-19 updates. |
Taille du Fichier | 632 KB |
Nombre d'Installations | 31 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2020-07-18 |
Date de Publication | 2020-07-18 |
Évaluation | 5.00/5 Total 18 Évaluations |
Développeur | https://ashiish.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ashiishme/covid-stats/blob/development/README.md |
Langues Prises en Charge | 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" } } |