ft_logtime

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

Co je ft_logtime?

ft_logtime je rozšíření Chrome vyvinuté haddi, a jeho hlavní funkcí je „Calculates your logtime at https://intra.42.fr.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ft_logtime

Stáhněte si soubory rozšíření ft_logtime ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název ft_logtime ft_logtime
ID mnohnflacgkmhaocfhhmjeeciibiciep
Oficiální URL https://chromewebstore.google.com/detail/ftlogtime/mnohnflacgkmhaocfhhmjeeciibiciep
Popis Calculates your logtime at https://intra.42.fr.
Velikost souboru 21.23 KB
Počet instalací 826
Aktuální Verze 2.0
Poslední Aktualizace 2021-01-02
Datum Vydání 2020-12-25
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář haddi
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/mohamedhaddi/ft_logtime/
Podporované Jazyky 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"
            ]
        }
    ]
}