MyEpitech

Restore the old percentage of My Epitech !

什么是MyEpitech?

MyEpitech是由alwyn974开发的Chrome扩展程序,该扩展的主要功能是“Restore the old percentage of My Epitech !”。

扩展截图

screenshot

下载MyEpitech扩展crx文件

下载MyEpitech扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Depuis Janvier 2021 les pourcentages ont été retirés de my.epitech.eu
Cette extension permet de restaurer "l'ancien design" de my.epitech.eu en ajoutant une barre de pourcentage (à la place d'un cercle)
L'extension fontionne sur tout les "onglets" de my.epitech.eu
- Year
- Module
- Project
- Details

Sources: https://github.com/alwyn974/MyEpitechExt                    

扩展基本信息

名称 MyEpitech MyEpitech
ID hnkcafanoncncpkgboikhhikdomenepb
官方URL https://chromewebstore.google.com/detail/myepitech/hnkcafanoncncpkgboikhhikdomenepb
简介 Restore the old percentage of My Epitech !
文件大小 31.49 KB
安装次数 3,039
当前版本 2.3
更新时间 2021-10-07
上架时间 2021-02-26
评分 5.00/5 共17次评分
开发者 alwyn974
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/alwyn974/MyEpitechExt
帮助页面URL https://github.com/alwyn974/MyEpitechExt
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyEpitech",
    "version": "2.3",
    "description": "Restore the old percentage of My Epitech !",
    "permissions": [
        "*:\/\/my.epitech.eu\/*",
        "*:\/\/api.epitest.eu\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/my.epitech.eu\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    }
}