CodinGame IDEA Editor
CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
What is CodinGame IDEA Editor?
CodinGame IDEA Editor is a Chrome extension developed by Oleksandr Kravchenko, and its main feature is "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.".
Extension Screenshots
Download CodinGame IDEA Editor Extension CRX File
Download CodinGame IDEA Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Intellij IDEA plugin and instruction: https://bitbucket.org/kalex375/cgedit/overview
Extension Basic Information
Name | |
ID | hikpllmiijacdljhdlnnkdddhncmljif |
Official URL | https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif |
Description | CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA. |
File Size | 25.84 KB |
Installation Count | 514 |
Current Version | 0.3 |
Last Updated | 2016-10-10 |
Publish Date | 2016-10-10 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Oleksandr Kravchenko |
Payment Type | free |
Extension Website | https://bitbucket.org/kalex375/cgedit/ |
Supported Languages | 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" ] } |