Covid19-Awareness
A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.
Covid19-Awarenessとは何ですか?
Covid19-AwarenessはKirk Patrick Junsayによって開発されたChromeの拡張機能で、その主な機能は「A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.」です。
拡張機能のスクリーンショット
Covid19-Awareness拡張機能のCRXファイルをダウンロード
Covid19-Awareness拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Covid19-Awareness is an extension created for easy access and summary details of the statistics of Covid19 related cases in a particular country. Users can install this extension and can easily check in real-time the current numbers of Total Cases, Total Recovered, Total Deaths, Total Critical Cases etc. Further features will be released in the upcoming days like notifications and badges for a more enhanced user experience. 拡張機能の基本情報
| 名前 | |
| ID | ggjchlknfefiadmjgkancmlmncbpemob |
| 公式URL | https://chromewebstore.google.com/detail/covid19-awareness/ggjchlknfefiadmjgkancmlmncbpemob |
| 説明 | A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries. |
| ファイルサイズ | 55.99 KB |
| インストール数 | 13 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2020-04-02 |
| 公開日 | 2020-04-02 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | Kirk Patrick Junsay |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Covid19-Awareness",
"version": "1.2",
"description": "A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.",
"icons": {
"128": "location128.png",
"48": "location48.png",
"16": "location16.png"
},
"browser_action": {
"default_icon": "location16.png",
"default_popup": "popup.html"
}
} | |