COVID-19 Stats Chrome Extension
COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.
Wat is COVID-19 Stats Chrome Extension?
COVID-19 Stats Chrome Extension is een Chrome-extensie ontwikkeld door https://ashiish.me, en de belangrijkste functie is "COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.".
Extensie Screenshots
Download het CRX-bestand van de extensie COVID-19 Stats Chrome Extension
Download COVID-19 Stats Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | COVID-19 Stats Chrome Extension |
ID | dbjnfmlhffkhglklgibidgmklelnnlcn |
Officiële URL | https://chromewebstore.google.com/detail/covid-19-stats-chrome-ext/dbjnfmlhffkhglklgibidgmklelnnlcn |
Beschrijving | COVID-19 Stats: A chrome extension to show the latest COVID-19 updates. |
Bestandsgrootte | 632 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2020-07-18 |
Publicatiedatum | 2020-07-18 |
Beoordeling | 5.00/5 Totaal 18 Beoordelingen |
Ontwikkelaar | https://ashiish.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ashiishme/covid-stats/blob/development/README.md |
Ondersteunde Talen | 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" } } |