Codeforces Regular Contest Remainder
This extension reminds you about upcoming Codeforces contests
What is Codeforces Regular Contest Remainder?
Codeforces Regular Contest Remainder is a Chrome extension developed by Shibin George, and its main feature is "This extension reminds you about upcoming Codeforces contests".
Download Codeforces Regular Contest Remainder Extension CRX File
Download Codeforces Regular Contest Remainder 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
Lightweight Chrome extension for showing upcoming Codeforces regular contests, at the click of a button. The extension uses the official Codeforces API. Freely Distributable and reuseable.
Extension Basic Information
Name | Codeforces Regular Contest Remainder |
ID | dhfpmjljpcabfaofkhlhjcjepnggamgk |
Official URL | https://chromewebstore.google.com/detail/codeforces-regular-contes/dhfpmjljpcabfaofkhlhjcjepnggamgk |
Description | This extension reminds you about upcoming Codeforces contests |
File Size | 26.02 KB |
Installation Count | 288 |
Current Version | 1.0 |
Last Updated | 2016-11-16 |
Publish Date | 2016-11-16 |
Developer | Shibin George |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Codeforces Regular Contest Remainder", "description": "This extension reminds you about upcoming Codeforces contests", "version": "1.0", "browser_action": { "default_icon": "codeforces.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/codeforces.com\/*\/" ] } |