COVID-19 Stats Chrome Extension
COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.
What is COVID-19 Stats Chrome Extension?
COVID-19 Stats Chrome Extension is a Chrome extension developed by https://ashiish.me, and its main feature is "COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.".
Extension Screenshots
Download COVID-19 Stats Chrome Extension Extension CRX File
Download COVID-19 Stats Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | COVID-19 Stats Chrome Extension |
ID | dbjnfmlhffkhglklgibidgmklelnnlcn |
Official URL | 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. |
File Size | 632 KB |
Installation Count | 31 |
Current Version | 0.1.1 |
Last Updated | 2020-07-18 |
Publish Date | 2020-07-18 |
Rating | 5.00/5 Total 18 Ratings |
Developer | https://ashiish.me |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ashiishme/covid-stats/blob/development/README.md |
Supported Languages | 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" } } |