MyEpitech
Restore the old percentage of My Epitech !
Vad är MyEpitech?
MyEpitech är en Chrome-tillägg utvecklad av alwyn974, och dess huvudfunktion är "Restore the old percentage of My Epitech !".
Tilläggsskärmbilder
Ladda ner MyEpitech-förlängningens CRX-fil
Ladda ner MyEpitech-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | MyEpitech |
ID | hnkcafanoncncpkgboikhhikdomenepb |
Officiell webbadress | https://chromewebstore.google.com/detail/myepitech/hnkcafanoncncpkgboikhhikdomenepb |
Beskrivning | Restore the old percentage of My Epitech ! |
Filstorlek | 31.49 KB |
Antal Installationer | 3,039 |
Aktuell Version | 2.3 |
Senast Uppdaterad | 2021-10-07 |
Publiceringsdatum | 2021-02-26 |
Betyg | 5.00/5 Totalt 17 Betyg |
Utvecklare | alwyn974 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/alwyn974/MyEpitechExt |
Hjälpsida URL | https://github.com/alwyn974/MyEpitechExt |
Stödda Språk | 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" } } |