Coronavirus Status

Coronavirus world-wide live status

Coronavirus Statusคืออะไร?

Coronavirus Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tamir Nakar และคุณลักษณะหลักของมันคือ "Coronavirus world-wide live status"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coronavirus Status

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

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

                        Corona Live Status provides real-time information about the Coronavirus situation. 
We monitor various resources and grab the most relevant for you twice per hour.

Permissions : storage only.                    

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

ชื่อ Coronavirus Status Coronavirus Status
ID eegkigcmiffkppnkbeajlifkajjhicep
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/coronavirus-status/eegkigcmiffkppnkbeajlifkajjhicep
คำอธิบาย Coronavirus world-wide live status
ขนาดไฟล์ 47.91 KB
จำนวนการติดตั้ง 265
เวอร์ชันปัจจุบัน 3.2.0
อัปเดตครั้งล่าสุด 2020-04-25
วันที่เผยแพร่ 2020-04-25
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Tamir Nakar
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coronavirus Status",
    "short_name": "CVS",
    "description": "Coronavirus world-wide live status",
    "version": "3.2.0",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Corona Live Status",
        "default_icon": "img\/16x16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}