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
官方網址 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"
        }
    ]
}