MyEpitech

Restore the old percentage of My Epitech !

MyEpitech là gì?

MyEpitech là một tiện ích mở rộng Chrome được phát triển bởi alwyn974, và tính năng chính của nó là "Restore the old percentage of My Epitech !".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MyEpitech

Tải xuống các tệp mở rộng MyEpitech dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MyEpitech MyEpitech
ID hnkcafanoncncpkgboikhhikdomenepb
URL Chính Thức https://chromewebstore.google.com/detail/myepitech/hnkcafanoncncpkgboikhhikdomenepb
Mô tả Restore the old percentage of My Epitech !
Kích Thước Tệp 31.49 KB
Số Lần Cài Đặt 3,039
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2021-10-07
Ngày Phát Hành 2021-02-26
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển alwyn974
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/alwyn974/MyEpitechExt
URL Trang Trợ Giúp https://github.com/alwyn974/MyEpitechExt
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}