Covid19-Awareness
A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.
什么是Covid19-Awareness?
Covid19-Awareness是由Kirk Patrick Junsay开发的Chrome扩展程序,该扩展的主要功能是“A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.”。
扩展截图
下载Covid19-Awareness扩展crx文件
下载Covid19-Awareness扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Covid19-Awareness is an extension created for easy access and summary details of the statistics of Covid19 related cases in a particular country. Users can install this extension and can easily check in real-time the current numbers of Total Cases, Total Recovered, Total Deaths, Total Critical Cases etc. Further features will be released in the upcoming days like notifications and badges for a more enhanced user experience.
扩展基本信息
名称 | Covid19-Awareness |
ID | ggjchlknfefiadmjgkancmlmncbpemob |
官方URL | https://chromewebstore.google.com/detail/covid19-awareness/ggjchlknfefiadmjgkancmlmncbpemob |
简介 | A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries. |
文件大小 | 55.99 KB |
安装次数 | 13 |
当前版本 | 1.2 |
更新时间 | 2020-04-02 |
上架时间 | 2020-04-02 |
评分 | 5.00/5 共5次评分 |
开发者 | Kirk Patrick Junsay |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Covid19-Awareness", "version": "1.2", "description": "A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.", "icons": { "128": "location128.png", "48": "location48.png", "16": "location16.png" }, "browser_action": { "default_icon": "location16.png", "default_popup": "popup.html" } } |