COVID-19 Statistics - Sri Lanka / Global

With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…

O que é COVID-19 Statistics - Sri Lanka / Global?

COVID-19 Statistics - Sri Lanka / Global é uma extensão do Chrome desenvolvida por isuru4lk, e sua principal característica é "With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão COVID-19 Statistics - Sri Lanka / Global

Baixe arquivos de extensão COVID-19 Statistics - Sri Lanka / Global 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, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen without a hassle. 
If you like to contribute the extension, please find the repo on https://github.com/isuru4lk/corona_tracker                    

Informações Básicas da Extensão

Nome COVID-19 Statistics - Sri Lanka / Global COVID-19 Statistics - Sri Lanka / Global
ID lpbpopaphioiplpigiahhkkjffiacbdi
URL Oficial https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi
Descrição With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…
Tamanho do Arquivo 302 KB
Contagem de Instalações 76
Versão Atual 1.1.0
Última Atualização 2020-03-29
Data de Publicação 2020-03-28
Classificação 4.73/5 Total de 15 Avaliações
Desenvolvedor isuru4lk
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "COVID-19 Statistics - Sri Lanka \/ Global",
    "version": "1.1.0",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "COVID-19 Statistics - Sri Lanka \/ Global",
        "default_icon": "icons\/icon_32.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    }
}