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