ft_logtime

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

ft_logtime란 무엇입니까?

ft_logtime은(는) haddi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculates your logtime at https://intra.42.fr."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ft_logtime 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}