KPI scedule fixer
The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects
ما هو KPI scedule fixer؟
KPI scedule fixer هو إضافة Chrome تم تطويرها بواسطة maksterekhov1704، والميزة الرئيسية لها هي "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة KPI scedule fixer
قم بتنزيل ملفات الامتداد KPI scedule fixer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Данное расширение создано специально для rozklad.kpi.ua и служит для очистки расписания от неиспользуемых выборных предметов
معلومات أساسية عن التمديد
الاسم | KPI scedule fixer |
ID | eghemfbcldijcjjhfocnaplahkpkaflh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kpi-scedule-fixer/eghemfbcldijcjjhfocnaplahkpkaflh |
الوصف | The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects |
حجم الملف | 10.59 KB |
عدد التثبيتات | 88 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-09-01 |
تاريخ النشر | 2021-08-31 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | maksterekhov1704 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1", "name": "KPI scedule fixer", "description": "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects", "content_scripts": [ { "matches": [ "*:\/\/*.rozklad.kpi.ua\/*" ], "js": [ "KPI_Scedule_fixer.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "action": { "default_title": "KPI Scedule fixer", "default_icon": "icon-128.png", "default_popup": "popup.html" } } |