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…
Vad är COVID-19 Statistics - Sri Lanka / Global?
COVID-19 Statistics - Sri Lanka / Global är en Chrome-tillägg utvecklad av isuru4lk, och dess huvudfunktion är "With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…".
Tilläggsskärmbilder
Ladda ner COVID-19 Statistics - Sri Lanka / Global-förlängningens CRX-fil
Ladda ner COVID-19 Statistics - Sri Lanka / Global-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
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 Grundläggande Information om Tillägg
| Namn | |
| ID | lpbpopaphioiplpigiahhkkjffiacbdi |
| Officiell webbadress | https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi |
| Beskrivning | With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen… |
| Filstorlek | 302 KB |
| Antal Installationer | 76 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2020-03-29 |
| Publiceringsdatum | 2020-03-28 |
| Betyg | 4.73/5 Totalt 15 Betyg |
| Utvecklare | isuru4lk |
| 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": "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
}
} | |