MyEpitech

Restore the old percentage of My Epitech !

Apa itu MyEpitech?

MyEpitech adalah ekstensi Chrome yang dikembangkan oleh alwyn974, dan fitur utamanya adalah "Restore the old percentage of My Epitech !".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MyEpitech

Unduh file ekstensi MyEpitech dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama MyEpitech MyEpitech
ID hnkcafanoncncpkgboikhhikdomenepb
URL Resmi https://chromewebstore.google.com/detail/myepitech/hnkcafanoncncpkgboikhhikdomenepb
Deskripsi Restore the old percentage of My Epitech !
Ukuran File 31.49 KB
Jumlah Instalasi 3,039
Versi Saat Ini 2.3
Terakhir Diperbarui 2021-10-07
Tanggal Publikasi 2021-02-26
Penilaian 5.00/5 Total 17 Penilaian
Pengembang alwyn974
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/alwyn974/MyEpitechExt
URL Halaman Bantuan https://github.com/alwyn974/MyEpitechExt
Bahasa yang Didukung 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"
    }
}