MyEpitech

Restore the old percentage of My Epitech !

ما هو MyEpitech؟

MyEpitech هو إضافة Chrome تم تطويرها بواسطة alwyn974، والميزة الرئيسية لها هي "Restore the old percentage of My Epitech !".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة MyEpitech

قم بتنزيل ملفات الامتداد MyEpitech بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
    }
}