CodinGame IDEA Editor
CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
Vad är CodinGame IDEA Editor?
CodinGame IDEA Editor är en Chrome-tillägg utvecklad av Oleksandr Kravchenko, och dess huvudfunktion är "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.".
Tilläggsskärmbilder
Ladda ner CodinGame IDEA Editor-förlängningens CRX-fil
Ladda ner CodinGame IDEA Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Intellij IDEA plugin and instruction: https://bitbucket.org/kalex375/cgedit/overview
Grundläggande Information om Tillägg
Namn | |
ID | hikpllmiijacdljhdlnnkdddhncmljif |
Officiell webbadress | https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif |
Beskrivning | CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA. |
Filstorlek | 25.84 KB |
Antal Installationer | 514 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2016-10-10 |
Publiceringsdatum | 2016-10-10 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | Oleksandr Kravchenko |
Betalningssätt | free |
Tilläggswebbplats | https://bitbucket.org/kalex375/cgedit/ |
Stödda Språk | 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" ] } |