Contest Reminder

Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…

Co to jest Contest Reminder?

Contest Reminder to rozszerzenie Chrome opracowane przez saswataghoshnit99, a jego główną funkcją jest „Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Contest Reminder

Pobierz pliki rozszerzeń Contest Reminder 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

                        Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest contest. Its just a click away.                    

Podstawowe informacje o rozszerzeniu

Nazwa Contest Reminder Contest Reminder
ID hilcmakgbdcpckknlcfnahleifhncblh
Oficjalny URL https://chromewebstore.google.com/detail/contest-reminder/hilcmakgbdcpckknlcfnahleifhncblh
Opis Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…
Rozmiar pliku 5.96 KB
Liczba instalacji 43
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-01-11
Data Publikacji 2022-01-10
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper saswataghoshnit99
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",
    "name": "Contest Reminder",
    "version": "0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    }
}