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ファイルをダウンロード

ft_logtime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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