CodinGame IDEA Editor
CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
Apa itu CodinGame IDEA Editor?
CodinGame IDEA Editor adalah ekstensi Chrome yang dikembangkan oleh Oleksandr Kravchenko, dan fitur utamanya adalah "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CodinGame IDEA Editor
Unduh file ekstensi CodinGame IDEA Editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Intellij IDEA plugin and instruction: https://bitbucket.org/kalex375/cgedit/overview
Informasi Dasar Ekstensi
Nama | |
ID | hikpllmiijacdljhdlnnkdddhncmljif |
URL Resmi | https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif |
Deskripsi | CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA. |
Ukuran File | 25.84 KB |
Jumlah Instalasi | 514 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2016-10-10 |
Tanggal Publikasi | 2016-10-10 |
Penilaian | 3.00/5 Total 4 Penilaian |
Pengembang | Oleksandr Kravchenko |
Tipe Pembayaran | free |
Situs Ekstensi | https://bitbucket.org/kalex375/cgedit/ |
Bahasa yang Didukung | 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" ] } |