COVID-19 - CoronaVirus - by MicroVinc
COVID-19 (CoronaVirus) diffusé en temps réel sur un tableau de bord interactif avec des données disponibles en téléchargement.
ما هو COVID-19 - CoronaVirus - by MicroVinc؟
COVID-19 - CoronaVirus - by MicroVinc هو إضافة Chrome تم تطويرها بواسطة https://microvinc.fr، والميزة الرئيسية لها هي "COVID-19 (CoronaVirus) diffusé en temps réel sur un tableau de bord interactif avec des données disponibles en téléchargement.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة COVID-19 - CoronaVirus - by MicroVinc
قم بتنزيل ملفات الامتداد COVID-19 - CoronaVirus - by MicroVinc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
COVID-19 (CoronaVirus) spread in real-time on interactive dashboard with data available for download. Modeling the spread of the virus. معلومات أساسية عن التمديد
| الاسم | |
| ID | cnlgneollpdhlofppkncpcclbapfhglk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/covid-19-coronavirus-by-m/cnlgneollpdhlofppkncpcclbapfhglk |
| الوصف | COVID-19 (CoronaVirus) diffusé en temps réel sur un tableau de bord interactif avec des données disponibles en téléchargement. |
| حجم الملف | 231 KB |
| عدد التثبيتات | 158 |
| النسخة الحالية | 1.5 |
| آخر تحديث | 2020-03-22 |
| تاريخ النشر | 2020-03-19 |
| تقييم | 3.75/5 مجموع تقييمات 4 |
| المطور | https://microvinc.fr |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://chrome.google.com/webstore/search/MicroVinc?_category=extensions |
| اللغات المدعومة | en,fr |
| manifest.json | |
{
"content_scripts": [
{
"js": [
"scripts\/jquery-3.3.1.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "fr",
"name": "COVID-19 - CoronaVirus - by MicroVinc",
"description": "COVID-19 (CoronaVirus) diffus\u00e9 en temps r\u00e9el sur un tableau de bord interactif avec des donn\u00e9es disponibles en t\u00e9l\u00e9chargement.",
"browser_action": {
"default_icon": "CoronaVirus_1.png",
"default_popup": "CoronaVirus-popup.html",
"default_title": "COVID-19 - CoronaVirus - by MicroVinc"
},
"icons": {
"48": "CoronaVirus_1.png",
"128": "CoronaVirus_2.png",
"192": "CoronaVirus_3.png"
},
"manifest_version": 2,
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.5"
} | |