MyEpitech

Restore the old percentage of My Epitech !

MyEpitech क्या है?

MyEpitech alwyn974 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Restore the old percentage of My Epitech !"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MyEpitech एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    }
}