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