COVID-19 Stats Chrome Extension
COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.
ما هو COVID-19 Stats Chrome Extension؟
COVID-19 Stats Chrome Extension هو إضافة Chrome تم تطويرها بواسطة https://ashiish.me، والميزة الرئيسية لها هي "COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة COVID-19 Stats Chrome Extension
قم بتنزيل ملفات الامتداد COVID-19 Stats Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
COVID-19 Stats shows the current pandemic data based on user location as well as the global statistics. If you are tired of visiting different website to check the data, you can easily access it now from your browser with single click.
معلومات أساسية عن التمديد
الاسم | COVID-19 Stats Chrome Extension |
ID | dbjnfmlhffkhglklgibidgmklelnnlcn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/covid-19-stats-chrome-ext/dbjnfmlhffkhglklgibidgmklelnnlcn |
الوصف | COVID-19 Stats: A chrome extension to show the latest COVID-19 updates. |
حجم الملف | 632 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2020-07-18 |
تاريخ النشر | 2020-07-18 |
تقييم | 5.00/5 مجموع تقييمات 18 |
المطور | https://ashiish.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ashiishme/covid-stats/blob/development/README.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "COVID-19 Stats", "name": "COVID-19 Stats Chrome Extension", "version": "0.1.1", "description": "COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "index.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "web_accessible_resources": [ "js\/*", "html\/*", "css\/*" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |