Stay safe from Corona

Provides important information regarding corona virus around you

Stay safe from Coronaคืออะไร?

Stay safe from Corona เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Provides important information regarding corona virus around you"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stay safe from Corona

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

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

                        A simple chrome extension that provides you with important information related to corona-virus around you.
Options
1- Select Location manually or Allow the extension to get your location
2- Get Important statistics regarding corona near the selected location on timely basis
3-Set the update time to either 1 minute, minutes, 10 minutes, 1 hour, 3 hour, 6 hours or daily.                    

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

ชื่อ Stay safe from Corona Stay safe from Corona
ID nanplldfmpgkiogmopkfjcjcpjmaggld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stay-safe-from-corona/nanplldfmpgkiogmopkfjcjcpjmaggld
คำอธิบาย Provides important information regarding corona virus around you
ขนาดไฟล์ 1.83 MB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-03-23
วันที่เผยแพร่ 2020-03-23
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/osamaishtiaq/Stay-safe-from-coronavirus
URL หน้าช่วยเหลือ https://github.com/osamaishtiaq/Stay-safe-from-coronavirus
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stay safe from Corona",
    "version": "1.1",
    "description": "Provides important information regarding corona virus around you",
    "background": {
        "scripts": [
            "lib\/jquery\/jquery.min.js",
            "fetchstats.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/coronavirus16.png",
            "32": "images\/coronavirus32.png",
            "48": "images\/coronavirus48.png",
            "128": "images\/coronavirus128.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "icons": {
        "16": "images\/coronavirus16.png",
        "32": "images\/coronavirus32.png",
        "48": "images\/coronavirus48.png",
        "128": "images\/coronavirus128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.worldometers.info\/coronavirus\/*"
    ],
    "manifest_version": 2
}