As of 11/2024 this project is archived and won't be developed further.
At the time of writing, the extension works perfectly on intra v2, but could break due to changes from 42. It does not work on intra v3.
Browser extension that displays logtime statistics in profile.intra.42.fr.
Currently only Chrome 108 has been tested.
The extension will most likely work with other browsers, but may require downgrading manifest_version
to 2
in manifest.json
.
The extension is not available from any official web extension pages.
Since distributing the extension as a package is not straight forward either, it must now be installed manually by getting the source code:
- Get the extension source, e.g. with
git clone https://github.com/jnsh/42logtimestats.git
. - Go to chrome://extensions/
- From top right corner, enable "Developer mode".
- From top left, click "Load unpacked".
- Select the directory where you cloned/extracted the extension source.