MyEpitech
Restore the old percentage of My Epitech !
Wat is MyEpitech?
MyEpitech is een Chrome-extensie ontwikkeld door alwyn974, en de belangrijkste functie is "Restore the old percentage of My Epitech !".
Extensie Screenshots
Download het CRX-bestand van de extensie MyEpitech
Download MyEpitech-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | MyEpitech |
ID | hnkcafanoncncpkgboikhhikdomenepb |
Officiële URL | https://chromewebstore.google.com/detail/myepitech/hnkcafanoncncpkgboikhhikdomenepb |
Beschrijving | Restore the old percentage of My Epitech ! |
Bestandsgrootte | 31.49 KB |
Aantal Installaties | 3,039 |
Huidige Versie | 2.3 |
Laatst Bijgewerkt | 2021-10-07 |
Publicatiedatum | 2021-02-26 |
Beoordeling | 5.00/5 Totaal 17 Beoordelingen |
Ontwikkelaar | alwyn974 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/alwyn974/MyEpitechExt |
Help Pagina-URL | https://github.com/alwyn974/MyEpitechExt |
Ondersteunde Talen | 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" } } |