My Epitech Percentages

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

My Epitech Percentagesคืออะไร?

My Epitech Percentages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexis C. และคุณลักษณะหลักของมันคือ "Show each project passing tests percentage on my.epitech.eu"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Epitech Percentages

ดาวน์โหลดไฟล์ส่วนขยาย My Epitech Percentages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}