MyEpitech
Restore the old percentage of My Epitech !
MyEpitechคืออะไร?
MyEpitech เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alwyn974 และคุณลักษณะหลักของมันคือ "Restore the old percentage of My Epitech !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyEpitech
ดาวน์โหลดไฟล์ส่วนขยาย MyEpitech ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Depuis Janvier 2021 les pourcentages ont été retirés de my.epitech.eu Cette extension permet de restaurer "l'ancien design" de my.epitech.eu en ajoutant une barre de pourcentage (à la place d'un cercle) L'extension fontionne sur tout les "onglets" de my.epitech.eu - Year - Module - Project - Details Sources: https://github.com/alwyn974/MyEpitechExt
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MyEpitech |
ID | hnkcafanoncncpkgboikhhikdomenepb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/myepitech/hnkcafanoncncpkgboikhhikdomenepb |
คำอธิบาย | Restore the old percentage of My Epitech ! |
ขนาดไฟล์ | 31.49 KB |
จำนวนการติดตั้ง | 3,039 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2021-10-07 |
วันที่เผยแพร่ | 2021-02-26 |
คะแนน | 5.00/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | alwyn974 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/alwyn974/MyEpitechExt |
URL หน้าช่วยเหลือ | https://github.com/alwyn974/MyEpitechExt |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyEpitech", "version": "2.3", "description": "Restore the old percentage of My Epitech !", "permissions": [ "*:\/\/my.epitech.eu\/*", "*:\/\/api.epitest.eu\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/my.epitech.eu\/*" ] } ], "icons": { "16": "icon.png", "32": "icon.png", "64": "icon.png", "128": "icon.png" } } |