ft_logtime

Calculates your logtime at https://intra.42.fr.

ما هو ft_logtime؟

ft_logtime هو إضافة Chrome تم تطويرها بواسطة haddi، والميزة الرئيسية لها هي "Calculates your logtime at https://intra.42.fr.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ft_logtime

قم بتنزيل ملفات الامتداد ft_logtime بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A simple extension that calculates a user's log time on https://intra.42.fr and shows it in the "Logtime" section of their profile.

Version 2.0 bug fix:
- With the start of 2021 a bug occurred where only 2021's months were able to show the log time, it's fixed now.

For any feature requests or problems, feel free to open an issue on the GitHub repository, or create a pull request.
Source code on GitHub: https://github.com/mohamedhaddi/ft_logtime/                    

معلومات أساسية عن التمديد

الاسم ft_logtime ft_logtime
ID mnohnflacgkmhaocfhhmjeeciibiciep
عنوان URL الرسمي https://chromewebstore.google.com/detail/ftlogtime/mnohnflacgkmhaocfhhmjeeciibiciep
الوصف Calculates your logtime at https://intra.42.fr.
حجم الملف 21.23 KB
عدد التثبيتات 826
النسخة الحالية 2.0
آخر تحديث 2021-01-02
تاريخ النشر 2020-12-25
تقييم 5.00/5 مجموع تقييمات 5
المطور haddi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mohamedhaddi/ft_logtime/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ft_logtime",
    "version": "2.0",
    "description": "Calculates your logtime at https:\/\/intra.42.fr.",
    "icons": {
        "48": "icons\/42-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/profile.intra.42.fr\/",
                "https:\/\/profile.intra.42.fr\/users\/*",
                "https:\/\/profile.intra.42.fr\/users\/*\/"
            ],
            "js": [
                "ft_logtime.js"
            ]
        }
    ]
}