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 |
官方網址 | 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" ] } |