CodinGame IDEA Editor

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

Was ist CodinGame IDEA Editor?

CodinGame IDEA Editor ist eine Chrome-Erweiterung, die von Oleksandr Kravchenko entwickelt wurde, und ihr Hauptmerkmal ist "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.".

Erweiterungsscreenshots

screenshot

CodinGame IDEA Editor-Erweiterungs-CRX-Datei herunterladen

Laden Sie CodinGame IDEA Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name CodinGame IDEA Editor CodinGame IDEA Editor
ID hikpllmiijacdljhdlnnkdddhncmljif
Offizielle URL https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif
Beschreibung CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
Dateigröße 25.84 KB
Installationsanzahl 514
Aktuelle Version 0.3
Letztes Update 2016-10-10
Veröffentlichungsdatum 2016-10-10
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler Oleksandr Kravchenko
Zahlungsart free
Erweiterungswebsite https://bitbucket.org/kalex375/cgedit/
Unterstützte Sprachen 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"
    ]
}