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