ForceCoder

CodeForces extension

什么是ForceCoder?

ForceCoder是由snukent开发的Chrome扩展程序,该扩展的主要功能是“CodeForces extension”。

扩展截图

screenshot

下载ForceCoder扩展crx文件

下载ForceCoder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        CoderForcesの見た目をTopcoderっぽくする Chrome Extensionです。                    

扩展基本信息

名称 ForceCoder ForceCoder
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"
        }
    ]
}