COVID-19 Stats Chrome Extension

COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.

什么是COVID-19 Stats Chrome Extension?

COVID-19 Stats Chrome Extension是由https://ashiish.me开发的Chrome扩展程序,该扩展的主要功能是“COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.”。

扩展截图

下载COVID-19 Stats Chrome Extension扩展crx文件

下载COVID-19 Stats Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 COVID-19 Stats Chrome Extension COVID-19 Stats Chrome Extension
ID dbjnfmlhffkhglklgibidgmklelnnlcn
官方URL https://chromewebstore.google.com/detail/covid-19-stats-chrome-ext/dbjnfmlhffkhglklgibidgmklelnnlcn
简介 COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.
文件大小 632 KB
安装次数 31
当前版本 0.1.1
更新时间 2020-07-18
上架时间 2020-07-18
评分 5.00/5 共18次评分
开发者 https://ashiish.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ashiishme/covid-stats/blob/development/README.md
支持的语言 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"
    }
}