CodinGame IDEA Editor

CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.

CodinGame IDEA Editorとは何ですか?

CodinGame IDEA EditorはOleksandr Kravchenkoによって開発されたChromeの拡張機能で、その主な機能は「CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.」です。

拡張機能のスクリーンショット

screenshot

CodinGame IDEA Editor拡張機能のCRXファイルをダウンロード

CodinGame IDEA Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Intellij IDEA plugin and instruction:
https://bitbucket.org/kalex375/cgedit/overview                    

拡張機能の基本情報

名前 CodinGame IDEA Editor CodinGame IDEA Editor
ID hikpllmiijacdljhdlnnkdddhncmljif
公式URL https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif
説明 CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
ファイルサイズ 25.84 KB
インストール数 514
現在のバージョン 0.3
最終更新日 2016-10-10
公開日 2016-10-10
評価 3.00/5 合計 4 レビュー
開発者 Oleksandr Kravchenko
支払い方法 free
拡張機能のウェブサイト https://bitbucket.org/kalex375/cgedit/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodinGame IDEA Editor",
    "description": "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.",
    "version": "0.3",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "homepage_url": "https:\/\/bitbucket.org\/madcap99\/cgedit\/",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.codingame.com\/*",
                "https:\/\/www.codingame.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected_content.js",
        "injected_css.css"
    ]
}