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…

Vad är Contest Reminder?

Contest Reminder är en Chrome-tillägg utvecklad av saswataghoshnit99, och dess huvudfunktion är "Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…".

Tilläggsskärmbilder

screenshot

Ladda ner Contest Reminder-förlängningens CRX-fil

Ladda ner Contest Reminder-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

                        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.                    

Grundläggande Information om Tillägg

Namn Contest Reminder Contest Reminder
ID hilcmakgbdcpckknlcfnahleifhncblh
Officiell webbadress https://chromewebstore.google.com/detail/contest-reminder/hilcmakgbdcpckknlcfnahleifhncblh
Beskrivning Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…
Filstorlek 5.96 KB
Antal Installationer 43
Aktuell Version 0.0.1
Senast Uppdaterad 2022-01-11
Publiceringsdatum 2022-01-10
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare saswataghoshnit99
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}