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 je Contest Reminder?

Contest Reminder je rozšíření Chrome vyvinuté saswataghoshnit99, a jeho hlavní funkcí je „Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Contest Reminder

Stáhněte si soubory rozšíření Contest Reminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Contest Reminder Contest Reminder
ID hilcmakgbdcpckknlcfnahleifhncblh
Oficiální URL https://chromewebstore.google.com/detail/contest-reminder/hilcmakgbdcpckknlcfnahleifhncblh
Popis Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…
Velikost souboru 5.96 KB
Počet instalací 43
Aktuální Verze 0.0.1
Poslední Aktualizace 2022-01-11
Datum Vydání 2022-01-10
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář saswataghoshnit99
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}