COVID-19 Coronavirus Tracker

This Chrome Extension is a COVID-19 Coronavirus Tracker allowing you to track the world-wide spread of this pandemic.

什麼是COVID-19 Coronavirus Tracker?

COVID-19 Coronavirus Tracker是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This Chrome Extension is a COVID-19 Coronavirus Tracker allowing you to track the world-wide spread of this pandemic.”。

擴展截圖

screenshot

下載COVID-19 Coronavirus Tracker擴展crx文件

下載COVID-19 Coronavirus Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With this extension track the spread of the COVID-19 Coronavirus and stay informed. Customize the UI to track the countries important to you. 

▸ Display confirmed cases, deaths, tested and recovered data per country.

▸ Ability to toggle numerical data between actual statistics and normalized per million. 

▸ Initialized with live global statistics and the top four countries with highest confirmed cases.

▸ Ability to curate the list of countries you want to keep an eye on.

▸ Data is refreshed every time the extension is opened and can be refreshed manually with one click.

▸ Ability to sort the data by clicking on the headings.

▸ Easily access a panel to view data from all reporting countries at the same time with one toggle button.

▸ Your country data will persist between Chrome sessions across your desktops by being stored in Chrome Sync Storage.

▸ Award winning UI.                    

擴展基本資訊

名稱 COVID-19 Coronavirus Tracker COVID-19 Coronavirus Tracker
ID dccmmkjdbpdlcallijclmjkhmpciajdj
官方網址 https://chromewebstore.google.com/detail/covid-19-coronavirus-trac/dccmmkjdbpdlcallijclmjkhmpciajdj
簡介 This Chrome Extension is a COVID-19 Coronavirus Tracker allowing you to track the world-wide spread of this pandemic.
檔案大小 403 KB
安裝次數 185
目前版本 2.4
更新時間 2020-04-21
上架時間 2020-04-20
評分 4.40/5 共 5 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/notisnan/covid19-tracker
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "COVID-19 Coronavirus Tracker",
    "version": "2.4",
    "description": "This Chrome Extension is a COVID-19 Coronavirus Tracker allowing you to track the world-wide spread of this pandemic.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "COVID-19 Coronavirus Tracker",
        "default_popup": "index.html",
        "default_icon": {
            "128": "128x128.png"
        }
    },
    "icons": {
        "128": "icon128.png"
    }
}