My Epitech Percentages

Show each project passing tests percentage on my.epitech.eu

Vad är My Epitech Percentages?

My Epitech Percentages är en Chrome-tillägg utvecklad av Alexis C., och dess huvudfunktion är "Show each project passing tests percentage on my.epitech.eu".

Tilläggsskärmbilder

screenshot

Ladda ner My Epitech Percentages-förlängningens CRX-fil

Ladda ner My Epitech Percentages-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

                        Restore an old feature of my.epitech.eu: the percentage bar of passing tests.

Show percentage bars on each project corresponding to the passing tests percentage of the project.

These percentage bars are injected in the page for each projects that has met the prerequisites of a testable and functional project. Otherwise, no percentage bar can be shown.                    

Grundläggande Information om Tillägg

Namn My Epitech Percentages My Epitech Percentages
ID hepfpnmpnjacajnfkpmmmhhbiaggddin
Officiell webbadress https://chromewebstore.google.com/detail/my-epitech-percentages/hepfpnmpnjacajnfkpmmmhhbiaggddin
Beskrivning Show each project passing tests percentage on my.epitech.eu
Filstorlek 4.85 KB
Antal Installationer 916
Aktuell Version 1.1.1
Senast Uppdaterad 2021-07-16
Publiceringsdatum 2021-07-16
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare Alexis C.
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Epitech Percentages",
    "description": "Show each project passing tests percentage on my.epitech.eu",
    "version": "1.1.1",
    "permissions": [
        "*:\/\/my.epitech.eu\/*",
        "https:\/\/api.epitest.eu\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/my.epitech.eu\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}