COVID-19 Coronavirus Tracker

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

O que é COVID-19 Coronavirus Tracker?

COVID-19 Coronavirus Tracker é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This Chrome Extension is a COVID-19 Coronavirus Tracker allowing you to track the world-wide spread of this pandemic.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão COVID-19 Coronavirus Tracker

Baixe arquivos de extensão COVID-19 Coronavirus Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome COVID-19 Coronavirus Tracker COVID-19 Coronavirus Tracker
ID dccmmkjdbpdlcallijclmjkhmpciajdj
URL Oficial https://chromewebstore.google.com/detail/covid-19-coronavirus-trac/dccmmkjdbpdlcallijclmjkhmpciajdj
Descrição This Chrome Extension is a COVID-19 Coronavirus Tracker allowing you to track the world-wide spread of this pandemic.
Tamanho do Arquivo 403 KB
Contagem de Instalações 185
Versão Atual 2.4
Última Atualização 2020-04-21
Data de Publicação 2020-04-20
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/notisnan/covid19-tracker
Idiomas Suportados 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"
    }
}