MyEpitech

Restore the old percentage of My Epitech !

Cos'è MyEpitech?

MyEpitech è un'estensione di Chrome sviluppata da alwyn974, e la sua funzione principale è "Restore the old percentage of My Epitech !".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MyEpitech

Scarica i file di estensione MyEpitech in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MyEpitech MyEpitech
ID hnkcafanoncncpkgboikhhikdomenepb
URL Ufficiale https://chromewebstore.google.com/detail/myepitech/hnkcafanoncncpkgboikhhikdomenepb
Descrizione Restore the old percentage of My Epitech !
Dimensione del File 31.49 KB
Conteggio Installazioni 3,039
Versione Corrente 2.3
Ultimo Aggiornamento 2021-10-07
Data di Pubblicazione 2021-02-26
Valutazione 5.00/5 Totale 17 Valutazioni
Sviluppatore alwyn974
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/alwyn974/MyEpitechExt
URL della Pagina di Aiuto https://github.com/alwyn974/MyEpitechExt
Lingue Supportate 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"
    }
}