Coronavirus (COVID-19) Data by Country

See how many cases of Coronavirus(COVID-19) are in your country

Coronavirus (COVID-19) Data by Countryคืออะไร?

Coronavirus (COVID-19) Data by Country เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dazicu และคุณลักษณะหลักของมันคือ "See how many cases of Coronavirus(COVID-19) are in your country"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coronavirus (COVID-19) Data by Country

ดาวน์โหลดไฟล์ส่วนขยาย Coronavirus (COVID-19) Data by Country ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simply select your country from a list of countries and see the following information:
- Total confirmed cases and daily new confirmed cases increase
- Total recovered cases
- Total deaths and daily new deaths increase 
- Total number of tests that have been taken in your selected country

Also you can select and see the total confirmed, recovered, deaths and tests done in the World

The information is updated once every 5 minutes with an increased data accuracy

The extension badge will show you the confirmed cases from your country.

There is also a link for the official Q&A about the Coronavirus (COVID-19).

This extension doesn't use any kind of tracking.

UPDATE v1.1.1
- Fixed various bugs
- Added a new data source which is more accurate
- Added the World option to see the total number of cases
- Decreased the data fetching to 5 minutes
- Added the number of done tests for a country                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Coronavirus (COVID-19) Data by Country Coronavirus (COVID-19) Data by Country
ID fpepilicmaphoobgjgmoaofhaolbfhnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coronavirus-covid-19-data/fpepilicmaphoobgjgmoaofhaolbfhnc
คำอธิบาย See how many cases of Coronavirus(COVID-19) are in your country
ขนาดไฟล์ 6.12 MB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2020-04-08
วันที่เผยแพร่ 2020-04-08
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Dazicu
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coronavirus (COVID-19) Data by Country",
    "short_name": "Monitor the coronavirus data in your country",
    "version": "1.1.1",
    "description": "See how many cases of Coronavirus(COVID-19) are in your country",
    "permissions": [
        "storage",
        "background"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Coronavirus (COVID-19) Data by Country"
    },
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "32": "assets\/icon32.png",
        "16": "assets\/icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}