COVID-19 Stats Chrome Extension
COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.
Cos'è COVID-19 Stats Chrome Extension?
COVID-19 Stats Chrome Extension è un'estensione di Chrome sviluppata da https://ashiish.me, e la sua funzione principale è "COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione COVID-19 Stats Chrome Extension
Scarica i file di estensione COVID-19 Stats Chrome Extension 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
COVID-19 Stats shows the current pandemic data based on user location as well as the global statistics. If you are tired of visiting different website to check the data, you can easily access it now from your browser with single click.
Informazioni di Base sull'Estensione
Nome | COVID-19 Stats Chrome Extension |
ID | dbjnfmlhffkhglklgibidgmklelnnlcn |
URL Ufficiale | https://chromewebstore.google.com/detail/covid-19-stats-chrome-ext/dbjnfmlhffkhglklgibidgmklelnnlcn |
Descrizione | COVID-19 Stats: A chrome extension to show the latest COVID-19 updates. |
Dimensione del File | 632 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2020-07-18 |
Data di Pubblicazione | 2020-07-18 |
Valutazione | 5.00/5 Totale 18 Valutazioni |
Sviluppatore | https://ashiish.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ashiishme/covid-stats/blob/development/README.md |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "COVID-19 Stats", "name": "COVID-19 Stats Chrome Extension", "version": "0.1.1", "description": "COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "index.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "web_accessible_resources": [ "js\/*", "html\/*", "css\/*" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |