ft_logtime

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

O que é ft_logtime?

ft_logtime é uma extensão do Chrome desenvolvida por haddi, e sua principal característica é "Calculates your logtime at https://intra.42.fr.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ft_logtime

Baixe arquivos de extensão ft_logtime no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome ft_logtime ft_logtime
ID mnohnflacgkmhaocfhhmjeeciibiciep
URL Oficial https://chromewebstore.google.com/detail/ftlogtime/mnohnflacgkmhaocfhhmjeeciibiciep
Descrição Calculates your logtime at https://intra.42.fr.
Tamanho do Arquivo 21.23 KB
Contagem de Instalações 826
Versão Atual 2.0
Última Atualização 2021-01-02
Data de Publicação 2020-12-25
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor haddi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mohamedhaddi/ft_logtime/
Idiomas Suportados 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"
            ]
        }
    ]
}