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…
ما هو COVID-19 Statistics - Sri Lanka / Global؟
COVID-19 Statistics - Sri Lanka / Global هو إضافة Chrome تم تطويرها بواسطة isuru4lk، والميزة الرئيسية لها هي "With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة COVID-19 Statistics - Sri Lanka / Global
قم بتنزيل ملفات الامتداد COVID-19 Statistics - Sri Lanka / Global بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| ID | lpbpopaphioiplpigiahhkkjffiacbdi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi |
| الوصف | With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen… |
| حجم الملف | 302 KB |
| عدد التثبيتات | 76 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2020-03-29 |
| تاريخ النشر | 2020-03-28 |
| تقييم | 4.73/5 مجموع تقييمات 15 |
| المطور | isuru4lk |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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
}
} | |