ForceCoder
CodeForces extension
ForceCoderとは何ですか?
ForceCoderはsnukentによって開発されたChromeの拡張機能で、その主な機能は「CodeForces extension」です。
拡張機能のスクリーンショット
ForceCoder拡張機能のCRXファイルをダウンロード
ForceCoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CoderForcesの見た目をTopcoderっぽくする Chrome Extensionです。
拡張機能の基本情報
名前 | |
ID | laigpdfabnhljjkhbhjhedmnnhholkfp |
公式URL | https://chrome.google.com/webstore/detail/forcecoder/laigpdfabnhljjkhbhjhedmnnhholkfp |
説明 | CodeForces extension |
ファイルサイズ | 44.16 KB |
インストール数 | 19 |
現在のバージョン | 1.2 |
最終更新日 | 2013-12-29 |
公開日 | 2013-12-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | snukent |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ForceCoder", "version": "1.2", "manifest_version": 2, "description": "CodeForces extension", "icons": { "48": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/codeforces.com\/*" ], "js": [ "jquery.js", "script.js" ], "run_at": "document_start" } ] } |