MyEpitech

Restore the old percentage of My Epitech !

Co to jest MyEpitech?

MyEpitech to rozszerzenie Chrome opracowane przez alwyn974, a jego główną funkcją jest „Restore the old percentage of My Epitech !”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MyEpitech

Pobierz pliki rozszerzeń MyEpitech w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa MyEpitech MyEpitech
ID hnkcafanoncncpkgboikhhikdomenepb
Oficjalny URL https://chromewebstore.google.com/detail/myepitech/hnkcafanoncncpkgboikhhikdomenepb
Opis Restore the old percentage of My Epitech !
Rozmiar pliku 31.49 KB
Liczba instalacji 3,039
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2021-10-07
Data Publikacji 2021-02-26
Ocena 5.00/5 Łącznie 17 Oceny
Deweloper alwyn974
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/alwyn974/MyEpitechExt
Adres URL Strony Pomocy https://github.com/alwyn974/MyEpitechExt
Obsługiwane Języki 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"
    }
}