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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 CoronaVirus Stats CoronaVirus Stats
ID gmghabmnibdpibddlfglfpkljmmcjhnb
官方網址 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"
    ]
}