CodinGame IDEA Editor

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

Co je CodinGame IDEA Editor?

CodinGame IDEA Editor je rozšíření Chrome vyvinuté Oleksandr Kravchenko, a jeho hlavní funkcí je „CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CodinGame IDEA Editor

Stáhněte si soubory rozšíření CodinGame IDEA Editor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název CodinGame IDEA Editor CodinGame IDEA Editor
ID hikpllmiijacdljhdlnnkdddhncmljif
Oficiální URL https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif
Popis CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
Velikost souboru 25.84 KB
Počet instalací 514
Aktuální Verze 0.3
Poslední Aktualizace 2016-10-10
Datum Vydání 2016-10-10
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář Oleksandr Kravchenko
Typ Platby free
Webové stránky Rozšíření https://bitbucket.org/kalex375/cgedit/
Podporované Jazyky 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"
    ]
}