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…

Cos'è COVID-19 Statistics - Sri Lanka / Global?

COVID-19 Statistics - Sri Lanka / Global è un'estensione di Chrome sviluppata da isuru4lk, e la sua funzione principale è "With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione COVID-19 Statistics - Sri Lanka / Global

Scarica i file di estensione COVID-19 Statistics - Sri Lanka / Global in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome COVID-19 Statistics - Sri Lanka / Global COVID-19 Statistics - Sri Lanka / Global
ID lpbpopaphioiplpigiahhkkjffiacbdi
URL Ufficiale https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi
Descrizione With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…
Dimensione del File 302 KB
Conteggio Installazioni 76
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-03-29
Data di Pubblicazione 2020-03-28
Valutazione 4.73/5 Totale 15 Valutazioni
Sviluppatore isuru4lk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}