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
官方網址 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"
    }
}