COVID-19 India Tracker
Chrome extension that tracks COVID-19 cases in India.
COVID-19 India Trackerとは何ですか?
COVID-19 India TrackerはKaran Vir Bainsによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that tracks COVID-19 cases in India.」です。
拡張機能のスクリーンショット
COVID-19 India Tracker拡張機能のCRXファイルをダウンロード
COVID-19 India Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension which gives live updates for COVID-19 (Coronavirus) in India.
Data is retrieved using from https://api.covid19india.org/ which collect the details from each State press release, official government links such as Ministry of Health and Family Welfare and reputable news channels. Data is then validated by a group of volunteers & published. 拡張機能の基本情報
| 名前 | |
| ID | ioedoleofbbinagnbmchabpendfnihnb |
| 公式URL | https://chromewebstore.google.com/detail/covid-19-india-tracker/ioedoleofbbinagnbmchabpendfnihnb |
| 説明 | Chrome extension that tracks COVID-19 cases in India. |
| ファイルサイズ | 13.58 KB |
| インストール数 | 19 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2020-08-17 |
| 公開日 | 2020-04-05 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Karan Vir Bains |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "COVID-19 India Tracker",
"version": "0.0.1",
"description": "Chrome extension that tracks COVID-19 cases in India.",
"browser_action": {
"default_icon": {
"16": "assets\/icons\/tracker-16x16.png",
"48": "assets\/icons\/tracker-48x48.png",
"128": "assets\/icons\/tracker-128x128.png"
},
"default_title": "COVID-19 India Tracker",
"default_popup": "popup\/popup.html"
},
"icons": {
"16": "assets\/icons\/tracker-16x16.png",
"48": "assets\/icons\/tracker-48x48.png",
"128": "assets\/icons\/tracker-128x128.png"
},
"manifest_version": 2
} | |