Codeforces Regular Contest Remainder
This extension reminds you about upcoming Codeforces contests
Co je Codeforces Regular Contest Remainder?
Codeforces Regular Contest Remainder je rozšíření Chrome vyvinuté Shibin George, a jeho hlavní funkcí je „This extension reminds you about upcoming Codeforces contests“.
Stáhnout soubor CRX rozšíření Codeforces Regular Contest Remainder
Stáhněte si soubory rozšíření Codeforces Regular Contest Remainder 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í
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.
Základní Informace o Rozšíření
Název | Codeforces Regular Contest Remainder |
ID | dhfpmjljpcabfaofkhlhjcjepnggamgk |
Oficiální URL | https://chromewebstore.google.com/detail/codeforces-regular-contes/dhfpmjljpcabfaofkhlhjcjepnggamgk |
Popis | This extension reminds you about upcoming Codeforces contests |
Velikost souboru | 26.02 KB |
Počet instalací | 288 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-11-16 |
Datum Vydání | 2016-11-16 |
Vývojář | Shibin George |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*\/" ] } |