CoronaVirus Stats
CoronaVirus (COVID-19) live status & statistics in your country.
CoronaVirus Statsคืออะไร?
CoronaVirus Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coronastats.pro และคุณลักษณะหลักของมันคือ "CoronaVirus (COVID-19) live status & statistics in your country."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoronaVirus Stats
ดาวน์โหลดไฟล์ส่วนขยาย CoronaVirus Stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Coronavirus (COVID-19) live status & statistics in your country.
Coronavirus Live Status provides real-time information about the coronavirus (COVID-19) outbreak on the new tab page.
The extension badge will show you the confirmed cases from your country. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gmghabmnibdpibddlfglfpkljmmcjhnb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/coronavirus-stats/gmghabmnibdpibddlfglfpkljmmcjhnb |
| คำอธิบาย | CoronaVirus (COVID-19) live status & statistics in your country. |
| ขนาดไฟล์ | 77.61 KB |
| จำนวนการติดตั้ง | 33 |
| เวอร์ชันปัจจุบัน | 2.1.1 |
| อัปเดตครั้งล่าสุด | 2020-04-19 |
| วันที่เผยแพร่ | 2020-04-19 |
| คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | https://coronastats.pro |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://coronastats.pro |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CoronaVirus Stats",
"version": "2.1.1",
"description": "CoronaVirus (COVID-19) live status & statistics in your country.",
"browser_action": {
"default_icon": "img\/favicon-16x16.png"
},
"icons": {
"16": "img\/favicon-16x16.png",
"128": "img\/favicon-128x128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"alarms",
"http:\/\/coronastats.pro",
"http:\/\/www.ip-api.com"
]
} | |