Covid19-Awareness
A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.
Vad är Covid19-Awareness?
Covid19-Awareness är en Chrome-tillägg utvecklad av Kirk Patrick Junsay, och dess huvudfunktion är "A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.".
Tilläggsskärmbilder
Ladda ner Covid19-Awareness-förlängningens CRX-fil
Ladda ner Covid19-Awareness-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Covid19-Awareness is an extension created for easy access and summary details of the statistics of Covid19 related cases in a particular country. Users can install this extension and can easily check in real-time the current numbers of Total Cases, Total Recovered, Total Deaths, Total Critical Cases etc. Further features will be released in the upcoming days like notifications and badges for a more enhanced user experience. Grundläggande Information om Tillägg
| Namn | |
| ID | ggjchlknfefiadmjgkancmlmncbpemob |
| Officiell webbadress | https://chromewebstore.google.com/detail/covid19-awareness/ggjchlknfefiadmjgkancmlmncbpemob |
| Beskrivning | A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries. |
| Filstorlek | 55.99 KB |
| Antal Installationer | 13 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2020-04-02 |
| Publiceringsdatum | 2020-04-02 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | Kirk Patrick Junsay |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Covid19-Awareness",
"version": "1.2",
"description": "A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.",
"icons": {
"128": "location128.png",
"48": "location48.png",
"16": "location16.png"
},
"browser_action": {
"default_icon": "location16.png",
"default_popup": "popup.html"
}
} | |