Corona Go
This extension gives the main statistics of the virus based on country
Corona Goคืออะไร?
Corona Go เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zentropy และคุณลักษณะหลักของมันคือ "This extension gives the main statistics of the virus based on country"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Corona Go
ดาวน์โหลดไฟล์ส่วนขยาย Corona Go ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension gives you a quick overview of what's happening in terms of numbers around COVID'19 pandemic. Icon inspiration -> https://illlustrations.co/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Corona Go |
ID | melepcmjondelpojpfnbalacgilafdfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/corona-go/melepcmjondelpojpfnbalacgilafdfk |
คำอธิบาย | This extension gives the main statistics of the virus based on country |
ขนาดไฟล์ | 693 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-04-25 |
วันที่เผยแพร่ | 2020-04-25 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Zentropy |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://uxsprout.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Corona Go", "description": "This extension gives the main statistics of the virus based on country", "version": "1.1", "browser_action": { "default_popup": "index.html", "default_title": "COVID'19 Stats" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-Oxf3ha15MFUqOEy4\/gSiQXxLFdQhxOWKcGQ8BXqW1UA='; object-src 'self'", "short_name": "React App", "icons": { "128": "Frame 4.png", "48": "Frame 3.png", "16": "Frame 2.png" } } |