My Epitech Percentages

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

My Epitech Percentages là gì?

My Epitech Percentages là một tiện ích mở rộng Chrome được phát triển bởi Alexis C., và tính năng chính của nó là "Show each project passing tests percentage on my.epitech.eu".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng My Epitech Percentages

Tải xuống các tệp mở rộng My Epitech Percentages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên My Epitech Percentages My Epitech Percentages
ID hepfpnmpnjacajnfkpmmmhhbiaggddin
URL Chính Thức https://chromewebstore.google.com/detail/my-epitech-percentages/hepfpnmpnjacajnfkpmmmhhbiaggddin
Mô tả Show each project passing tests percentage on my.epitech.eu
Kích Thước Tệp 4.85 KB
Số Lần Cài Đặt 916
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-07-16
Ngày Phát Hành 2021-07-16
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Alexis C.
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}