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文件

下載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
官方網址 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"
            ]
        }
    ]
}