My Epitech Percentages

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

What is My Epitech Percentages?

My Epitech Percentages is a Chrome extension developed by Alexis C., and its main feature is "Show each project passing tests percentage on my.epitech.eu".

Extension Screenshots

screenshot

Download My Epitech Percentages Extension CRX File

Download My Epitech Percentages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name My Epitech Percentages My Epitech Percentages
ID hepfpnmpnjacajnfkpmmmhhbiaggddin
Official URL https://chromewebstore.google.com/detail/my-epitech-percentages/hepfpnmpnjacajnfkpmmmhhbiaggddin
Description Show each project passing tests percentage on my.epitech.eu
File Size 4.85 KB
Installation Count 916
Current Version 1.1.1
Last Updated 2021-07-16
Publish Date 2021-07-16
Rating 3.00/5 Total 1 Ratings
Developer Alexis C.
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}