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
电子邮箱 [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"
            ]
        }
    ]
}