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 |
官方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 |
电子邮箱 | [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 } |