CodinGame IDEA Editor
CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
什么是CodinGame IDEA Editor?
CodinGame IDEA Editor是由Oleksandr Kravchenko开发的Chrome扩展程序,该扩展的主要功能是“CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.”。
扩展截图
下载CodinGame IDEA Editor扩展crx文件
下载CodinGame IDEA Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Intellij IDEA plugin and instruction: https://bitbucket.org/kalex375/cgedit/overview
扩展基本信息
名称 | |
ID | hikpllmiijacdljhdlnnkdddhncmljif |
官方URL | https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif |
简介 | CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA. |
文件大小 | 25.84 KB |
安装次数 | 514 |
当前版本 | 0.3 |
更新时间 | 2016-10-10 |
上架时间 | 2016-10-10 |
评分 | 3.00/5 共4次评分 |
开发者 | Oleksandr Kravchenko |
付费类型 | free |
扩展官网 | https://bitbucket.org/kalex375/cgedit/ |
支持的语言 | 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" ] } |