COVID-19 Statistics - Sri Lanka / Global
With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…
COVID-19 Statistics - Sri Lanka / Globalคืออะไร?
COVID-19 Statistics - Sri Lanka / Global เป็นส่วนขยายของ Chrome ที่พัฒนาโดย isuru4lk และคุณลักษณะหลักของมันคือ "With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย COVID-19 Statistics - Sri Lanka / Global
ดาวน์โหลดไฟล์ส่วนขยาย COVID-19 Statistics - Sri Lanka / Global ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen without a hassle.
If you like to contribute the extension, please find the repo on https://github.com/isuru4lk/corona_tracker ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lpbpopaphioiplpigiahhkkjffiacbdi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi |
| คำอธิบาย | With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen… |
| ขนาดไฟล์ | 302 KB |
| จำนวนการติดตั้ง | 76 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2020-03-29 |
| วันที่เผยแพร่ | 2020-03-28 |
| คะแนน | 4.73/5 รวมทั้งหมด 15 คะแนน |
| ผู้พัฒนา | isuru4lk |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "COVID-19 Statistics - Sri Lanka \/ Global",
"version": "1.1.0",
"icons": {
"128": "icons\/icon_128.png"
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "COVID-19 Statistics - Sri Lanka \/ Global",
"default_icon": "icons\/icon_32.png"
},
"background": {
"page": "background.html",
"persistent": false
}
} | |