Codeforces Regular Contest Remainder
This extension reminds you about upcoming Codeforces contests
Codeforces Regular Contest Remainderとは何ですか?
Codeforces Regular Contest RemainderはShibin Georgeによって開発されたChromeの拡張機能で、その主な機能は「This extension reminds you about upcoming Codeforces contests」です。
Codeforces Regular Contest Remainder拡張機能のCRXファイルをダウンロード
Codeforces Regular Contest Remainder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Codeforces Regular Contest Remainder |
ID | dhfpmjljpcabfaofkhlhjcjepnggamgk |
公式URL | https://chromewebstore.google.com/detail/codeforces-regular-contes/dhfpmjljpcabfaofkhlhjcjepnggamgk |
説明 | This extension reminds you about upcoming Codeforces contests |
ファイルサイズ | 26.02 KB |
インストール数 | 288 |
現在のバージョン | 1.0 |
最終更新日 | 2016-11-16 |
公開日 | 2016-11-16 |
開発者 | Shibin George |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*\/" ] } |