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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}