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.