My Epitech Percentages
Show each project passing tests percentage on my.epitech.eu
ما هو My Epitech Percentages؟
My Epitech Percentages هو إضافة Chrome تم تطويرها بواسطة Alexis C.، والميزة الرئيسية لها هي "Show each project passing tests percentage on my.epitech.eu".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة My Epitech Percentages
قم بتنزيل ملفات الامتداد My Epitech Percentages بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Restore an old feature of my.epitech.eu: the percentage bar of passing tests. Show percentage bars on each project corresponding to the passing tests percentage of the project. These percentage bars are injected in the page for each projects that has met the prerequisites of a testable and functional project. Otherwise, no percentage bar can be shown.
معلومات أساسية عن التمديد
الاسم | My Epitech Percentages |
ID | hepfpnmpnjacajnfkpmmmhhbiaggddin |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/my-epitech-percentages/hepfpnmpnjacajnfkpmmmhhbiaggddin |
الوصف | Show each project passing tests percentage on my.epitech.eu |
حجم الملف | 4.85 KB |
عدد التثبيتات | 916 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2021-07-16 |
تاريخ النشر | 2021-07-16 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | Alexis C. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Epitech Percentages", "description": "Show each project passing tests percentage on my.epitech.eu", "version": "1.1.1", "permissions": [ "*:\/\/my.epitech.eu\/*", "https:\/\/api.epitest.eu\/*" ], "content_scripts": [ { "matches": [ "*:\/\/my.epitech.eu\/*" ], "js": [ "content.js" ] } ] } |