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