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.
擴展基本資訊
名稱 | COVID-19 India Tracker |
ID | ioedoleofbbinagnbmchabpendfnihnb |
官方網址 | 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 |
電子郵箱 | [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 } |