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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "This Chrome Extension is a COVID-19 Coronavirus Tracker allowing you to track the world-wide spread of this pandemic.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης COVID-19 Coronavirus Tracker
Λήψη αρχείων επέκτασης 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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | dccmmkjdbpdlcallijclmjkhmpciajdj |
| Επίσημο URL | 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"
}
} | |