LeetCode Time-tracker

This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30…

Co to jest LeetCode Time-tracker?

LeetCode Time-tracker to rozszerzenie Chrome opracowane przez govardhanasrija, a jego główną funkcją jest „This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LeetCode Time-tracker

Pobierz pliki rozszerzeń LeetCode Time-tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30 minutes to crack it.                    

Podstawowe informacje o rozszerzeniu

Nazwa LeetCode Time-tracker LeetCode Time-tracker
ID opeoboplngnmolppdopepcocepgcejlg
Oficjalny URL https://chromewebstore.google.com/detail/leetcode-time-tracker/opeoboplngnmolppdopepcocepgcejlg
Opis This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30…
Rozmiar pliku 3.29 KB
Liczba instalacji 30
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2021-01-27
Data Publikacji 2021-01-27
Deweloper govardhanasrija
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeetCode Time-tracker",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/problems\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}