COVID-19 India Tracker
Chrome extension that tracks COVID-19 cases in India.
COVID-19 India Trackerคืออะไร?
COVID-19 India Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karan Vir Bains และคุณลักษณะหลักของมันคือ "Chrome extension that tracks COVID-19 cases in India."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย COVID-19 India Tracker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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
} | |