ft_logtime

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

ft_logtime क्या है?

ft_logtime haddi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculates your logtime at https://intra.42.fr."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ft_logtime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम ft_logtime ft_logtime
ID mnohnflacgkmhaocfhhmjeeciibiciep
आधिकारिक URL https://chromewebstore.google.com/detail/ftlogtime/mnohnflacgkmhaocfhhmjeeciibiciep
विवरण Calculates your logtime at https://intra.42.fr.
फ़ाइल का आकार 21.23 KB
स्थापना संख्या 826
वर्तमान संस्करण 2.0
अंतिम अपडेट 2021-01-02
प्रकाशन तिथि 2020-12-25
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर haddi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mohamedhaddi/ft_logtime/
समर्थित भाषाएँ 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"
            ]
        }
    ]
}