CodinGame IDEA Editor

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

Hvad er CodinGame IDEA Editor?

CodinGame IDEA Editor er en Chrome-udvidelse udviklet af Oleksandr Kravchenko, og dens hovedfunktion er "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.".

Udvidelsesskærmbilleder

screenshot

Download CodinGame IDEA Editor-udvidelses-CRX-fil

Download CodinGame IDEA Editor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn CodinGame IDEA Editor CodinGame IDEA Editor
ID hikpllmiijacdljhdlnnkdddhncmljif
Officiel URL https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif
Beskrivelse CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
Filstørrelse 25.84 KB
Antal Installationer 514
Nuværende Version 0.3
Senest Opdateret 2016-10-10
Udgivelsesdato 2016-10-10
Bedømmelse 3.00/5 Samlet 4 Bedømmelser
Udvikler Oleksandr Kravchenko
Betalingsmetode free
Udvidelseswebsted https://bitbucket.org/kalex375/cgedit/
Understøttede Sprog 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"
    ]
}