My Epitech Percentages

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

My Epitech Percentages란 무엇입니까?

My Epitech Percentages은(는) Alexis C.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show each project passing tests percentage on my.epitech.eu"입니다.

확장 프로그램 스크린샷

screenshot

My Epitech Percentages 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 My Epitech Percentages My Epitech Percentages
ID hepfpnmpnjacajnfkpmmmhhbiaggddin
공식 URL https://chromewebstore.google.com/detail/my-epitech-percentages/hepfpnmpnjacajnfkpmmmhhbiaggddin
설명 Show each project passing tests percentage on my.epitech.eu
파일 크기 4.85 KB
설치 횟수 916
현재 버전 1.1.1
최근 업데이트 2021-07-16
출시 날짜 2021-07-16
평점 3.00/5 총 1 개의 평점
개발자 Alexis C.
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}