Corona Map Background

This extensions lets you to easily see the Covid19 numbers for the Corona Virus directly from the new tab page. Corona Map…

Corona Map Backgroundคืออะไร?

Corona Map Background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://treegle.org และคุณลักษณะหลักของมันคือ "This extensions lets you to easily see the Covid19 numbers for the Corona Virus directly from the new tab page. Corona Map…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Corona Map Background

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

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

                        This extensions lets you to easily see the Covid19 numbers for the Corona Virus directly from the new tab page. 

Corona Map Background allow users to count the CoronaVirus numbers by seeing the real numbers on the back of the page. The map of CoronaVirus COVID-19 cases is real time updated, with a map that can be moved (powered by coronavirus.app). The search engine is bing and all generated revenues is donated to Covid19 non profits organizations. In addition, you have links to donate to www.covid19responsefund.org or to see the statistics and how we got to this number. Use this extension to be updated about the CoronaVirus End Date and a Real Number Map every time you open a new tab in you chrome extension.

How to use?
- Just open a new tab and you will see the Corona Map Background                    

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

ชื่อ Corona Map Background Corona Map Background
ID mfafipbgjfbmomjdohonebaohpkhbkbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/corona-map-background/mfafipbgjfbmomjdohonebaohpkhbkbn
คำอธิบาย This extensions lets you to easily see the Covid19 numbers for the Corona Virus directly from the new tab page. Corona Map…
ขนาดไฟล์ 346 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2022-11-20
วันที่เผยแพร่ 2020-04-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://treegle.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://blog.treegle.org/about-coronavirus-tracker/
URL หน้าช่วยเหลือ https://blog.treegle.org/about-coronavirus-tracker/
URL หน้านโยบายความเป็นส่วนตัว http://blog.treegle.org/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Corona Map Background",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.treegle.org\/",
    "icons": {
        "16": "img\/favicon16.png",
        "48": "img\/logo_square_transparent48.png",
        "128": "img\/logo_square_transparent128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/favicon16.png",
        "img\/logo.png"
    ],
    "browser_action": {
        "default_title": "__MSG_browser_action_hover__",
        "default_icon": "img\/icon19.png",
        "browser_style": false
    },
    "version": "1.2.4",
    "permissions": [
        "*:\/\/*.treegle.org\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.treegle.org\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "corona map",
            "favicon_url": "https:\/\/www.treegle.org\/img\/logo_square_transparent48.png",
            "keyword": "keyword covid",
            "search_url": "https:\/\/www.treegle.org\/search.html?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}