Epitech RoadBlock
Adds additional information to roadblock modules
Wat is Epitech RoadBlock?
Epitech RoadBlock is een Chrome-extensie ontwikkeld door alwyn974, en de belangrijkste functie is "Adds additional information to roadblock modules".
Extensie Screenshots
Download het CRX-bestand van de extensie Epitech RoadBlock
Download Epitech RoadBlock-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
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
Basisinformatie over de Extensie
Naam | Epitech RoadBlock |
ID | foapohjmcdnoijommffjdbefjpakplej |
Officiële URL | https://chromewebstore.google.com/detail/epitech-roadblock/foapohjmcdnoijommffjdbefjpakplej |
Beschrijving | Adds additional information to roadblock modules |
Bestandsgrootte | 8.47 KB |
Aantal Installaties | 572 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2022-05-20 |
Publicatiedatum | 2021-04-20 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | alwyn974 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/alwyn974/EpitechRoadBlockExt |
Help Pagina-URL | https://github.com/alwyn974/EpitechRoadBlockExt |
Ondersteunde Talen | 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" } } |