ft_logtime
Calculates your logtime at https://intra.42.fr.
Vad är ft_logtime?
ft_logtime är en Chrome-tillägg utvecklad av haddi, och dess huvudfunktion är "Calculates your logtime at https://intra.42.fr.".
Tilläggsskärmbilder
Ladda ner ft_logtime-förlängningens CRX-fil
Ladda ner ft_logtime-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | ft_logtime |
ID | mnohnflacgkmhaocfhhmjeeciibiciep |
Officiell webbadress | https://chromewebstore.google.com/detail/ftlogtime/mnohnflacgkmhaocfhhmjeeciibiciep |
Beskrivning | Calculates your logtime at https://intra.42.fr. |
Filstorlek | 21.23 KB |
Antal Installationer | 826 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2021-01-02 |
Publiceringsdatum | 2020-12-25 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | haddi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mohamedhaddi/ft_logtime/ |
Stödda Språk | 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" ] } ] } |