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
Eメール [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"
    }
}