ft_logtime

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

ft_logtime là gì?

ft_logtime là một tiện ích mở rộng Chrome được phát triển bởi haddi, và tính năng chính của nó là "Calculates your logtime at https://intra.42.fr.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng ft_logtime 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

                        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/                    

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

Tên ft_logtime ft_logtime
ID mnohnflacgkmhaocfhhmjeeciibiciep
URL Chính Thức https://chromewebstore.google.com/detail/ftlogtime/mnohnflacgkmhaocfhhmjeeciibiciep
Mô tả Calculates your logtime at https://intra.42.fr.
Kích Thước Tệp 21.23 KB
Số Lần Cài Đặt 826
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-01-02
Ngày Phát Hành 2020-12-25
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển haddi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mohamedhaddi/ft_logtime/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}