CoronaVirus Stats
CoronaVirus (COVID-19) live status & statistics in your country.
什么是CoronaVirus Stats?
CoronaVirus Stats是由https://coronastats.pro开发的Chrome扩展程序,该扩展的主要功能是“CoronaVirus (COVID-19) live status & statistics in your country.”。
扩展截图
下载CoronaVirus Stats扩展crx文件
下载CoronaVirus Stats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Coronavirus (COVID-19) live status & statistics in your country.
Coronavirus Live Status provides real-time information about the coronavirus (COVID-19) outbreak on the new tab page.
The extension badge will show you the confirmed cases from your country. 扩展基本信息
| 名称 | |
| ID | gmghabmnibdpibddlfglfpkljmmcjhnb |
| 官方URL | https://chromewebstore.google.com/detail/coronavirus-stats/gmghabmnibdpibddlfglfpkljmmcjhnb |
| 简介 | CoronaVirus (COVID-19) live status & statistics in your country. |
| 文件大小 | 77.61 KB |
| 安装次数 | 33 |
| 当前版本 | 2.1.1 |
| 更新时间 | 2020-04-19 |
| 上架时间 | 2020-04-19 |
| 评分 | 3.80/5 共5次评分 |
| 开发者 | https://coronastats.pro |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://coronastats.pro |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CoronaVirus Stats",
"version": "2.1.1",
"description": "CoronaVirus (COVID-19) live status & statistics in your country.",
"browser_action": {
"default_icon": "img\/favicon-16x16.png"
},
"icons": {
"16": "img\/favicon-16x16.png",
"128": "img\/favicon-128x128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"alarms",
"http:\/\/coronastats.pro",
"http:\/\/www.ip-api.com"
]
} | |