Covid19-Awareness
A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.
ما هو Covid19-Awareness؟
Covid19-Awareness هو إضافة Chrome تم تطويرها بواسطة Kirk Patrick Junsay، والميزة الرئيسية لها هي "A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Covid19-Awareness
قم بتنزيل ملفات الامتداد Covid19-Awareness بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | ggjchlknfefiadmjgkancmlmncbpemob |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/covid19-awareness/ggjchlknfefiadmjgkancmlmncbpemob |
| الوصف | A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries. |
| حجم الملف | 55.99 KB |
| عدد التثبيتات | 13 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2020-04-02 |
| تاريخ النشر | 2020-04-02 |
| تقييم | 5.00/5 مجموع تقييمات 5 |
| المطور | Kirk Patrick Junsay |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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"
}
} | |