CodinGame IDEA Editor
CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
Co to jest CodinGame IDEA Editor?
CodinGame IDEA Editor to rozszerzenie Chrome opracowane przez Oleksandr Kravchenko, a jego główną funkcją jest „CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CodinGame IDEA Editor
Pobierz pliki rozszerzeń CodinGame IDEA Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Intellij IDEA plugin and instruction: https://bitbucket.org/kalex375/cgedit/overview
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hikpllmiijacdljhdlnnkdddhncmljif |
Oficjalny URL | https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif |
Opis | CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA. |
Rozmiar pliku | 25.84 KB |
Liczba instalacji | 514 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2016-10-10 |
Data Publikacji | 2016-10-10 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | Oleksandr Kravchenko |
Typ Płatności | free |
Strona Rozszerzenia | https://bitbucket.org/kalex375/cgedit/ |
Obsługiwane Języki | 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" ] } |