Corona Go

This extension gives the main statistics of the virus based on country

什么是Corona Go?

Corona Go是由Zentropy开发的Chrome扩展程序,该扩展的主要功能是“This extension gives the main statistics of the virus based on country”。

扩展截图

screenshot
screenshot

下载Corona Go扩展crx文件

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

扩展使用说明

                        This extension gives you a quick overview of what's happening in terms of numbers around COVID'19 pandemic.

Icon inspiration -> https://illlustrations.co/                    

扩展基本信息

名称 Corona Go Corona Go
ID melepcmjondelpojpfnbalacgilafdfk
官方URL https://chromewebstore.google.com/detail/corona-go/melepcmjondelpojpfnbalacgilafdfk
简介 This extension gives the main statistics of the virus based on country
文件大小 693 KB
安装次数 15
当前版本 1.1
更新时间 2020-04-25
上架时间 2020-04-25
评分 5.00/5 共4次评分
开发者 Zentropy
付费类型 free
扩展官网 https://uxsprout.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Corona Go",
    "description": "This extension gives the main statistics of the virus based on country",
    "version": "1.1",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "COVID'19 Stats"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' 'sha256-Oxf3ha15MFUqOEy4\/gSiQXxLFdQhxOWKcGQ8BXqW1UA='; object-src 'self'",
    "short_name": "React App",
    "icons": {
        "128": "Frame 4.png",
        "48": "Frame 3.png",
        "16": "Frame 2.png"
    }
}