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
公式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
Eメール [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"
    ]
}