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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oleksandr Kravchenko และคุณลักษณะหลักของมันคือ "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodinGame IDEA Editor
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |