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…

What is Contest Reminder?

Contest Reminder is a Chrome extension developed by saswataghoshnit99, and its main feature is "Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…".

Extension Screenshots

screenshot

Download Contest Reminder Extension CRX File

Download Contest Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Contest Reminder Contest Reminder
ID hilcmakgbdcpckknlcfnahleifhncblh
Official URL https://chromewebstore.google.com/detail/contest-reminder/hilcmakgbdcpckknlcfnahleifhncblh
Description Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…
File Size 5.96 KB
Installation Count 43
Current Version 0.0.1
Last Updated 2022-01-11
Publish Date 2022-01-10
Rating 5.00/5 Total 7 Ratings
Developer saswataghoshnit99
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}