ForceCoder
CodeForces extension
What is ForceCoder?
ForceCoder is a Chrome extension developed by snukent, and its main feature is "CodeForces extension".
Extension Screenshots
Download ForceCoder Extension CRX File
Download ForceCoder 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
CoderForcesの見た目をTopcoderっぽくする Chrome Extensionです。
Extension Basic Information
Name | |
ID | laigpdfabnhljjkhbhjhedmnnhholkfp |
Official URL | https://chrome.google.com/webstore/detail/forcecoder/laigpdfabnhljjkhbhjhedmnnhholkfp |
Description | CodeForces extension |
File Size | 44.16 KB |
Installation Count | 19 |
Current Version | 1.2 |
Last Updated | 2013-12-29 |
Publish Date | 2013-12-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | snukent |
Payment Type | free |
Supported Languages | 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" } ] } |