Students test helper
Students test helper
ما هو Students test helper؟
Students test helper هو إضافة Chrome تم تطويرها بواسطة karim4bibip، والميزة الرئيسية لها هي "Students test helper".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Students test helper
قم بتنزيل ملفات الامتداد Students test helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Додаток для студентів НУБІПа Він доповнює сайт ельорн відповідями
معلومات أساسية عن التمديد
الاسم | Students test helper |
ID | dbfpodedfehloekmfhmjdadipnbfhhng |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/students-test-helper/dbfpodedfehloekmfhmjdadipnbfhhng |
الوصف | Students test helper |
حجم الملف | 102 KB |
عدد التثبيتات | 226 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2021-04-28 |
تاريخ النشر | 2021-04-28 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | karim4bibip |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Students test helper", "description": "Students test helper", "version": "2.0.0", "permissions": [ "https:\/\/elearn.nubip.edu.ua\/*", "https:\/\/stormy-refuge-88605.herokuapp.com\/*" ], "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/elearn.nubip.edu.ua\/*" ], "run_at": "document_idle", "js": [ "DBWorker.js", "content.js" ] } ] } |