Epitech RoadBlock
Adds additional information to roadblock modules
Was ist Epitech RoadBlock?
Epitech RoadBlock ist eine Chrome-Erweiterung, die von alwyn974 entwickelt wurde, und ihr Hauptmerkmal ist "Adds additional information to roadblock modules".
Erweiterungsscreenshots
Epitech RoadBlock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Epitech RoadBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Ajoute des informations à coté de chaque module nécessaire pour valider un roadblock, précise si vous êtes inscrit au module, le nombre de crédit obtenu sur le nombre de crédit obtenable et ajoute une marque (croix ou tick) qui montre si vous avez obtenu les crédits du module. Ajoute à coté du nombre de crédit nécessaire pour valider un roadblock, le nombre de crédit obtenu avec les modules et une marque (croix ou tick) qui montre si vous avez valider le roadblock ! Source : https://github.com/alwyn974/EpitechRoadBlockExt
Grundlegende Informationen zur Erweiterung
Name | Epitech RoadBlock |
ID | foapohjmcdnoijommffjdbefjpakplej |
Offizielle URL | https://chromewebstore.google.com/detail/epitech-roadblock/foapohjmcdnoijommffjdbefjpakplej |
Beschreibung | Adds additional information to roadblock modules |
Dateigröße | 8.47 KB |
Installationsanzahl | 572 |
Aktuelle Version | 1.5 |
Letztes Update | 2022-05-20 |
Veröffentlichungsdatum | 2021-04-20 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | alwyn974 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/alwyn974/EpitechRoadBlockExt |
Hilfeseite URL | https://github.com/alwyn974/EpitechRoadBlockExt |
Unterstützte Sprachen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Epitech RoadBlock", "version": "1.5", "description": "Adds additional information to roadblock modules", "permissions": [ "*:\/\/intra.epitech.eu\/*" ], "content_scripts": [ { "js": [ "roadblock.js" ], "matches": [ "*:\/\/intra.epitech.eu\/module\/*" ] } ], "icons": { "16": "icon.png", "32": "icon.png", "64": "icon.png", "128": "icon.png" } } |