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
官方網址 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"
            ]
        }
    ]
}