CodinGame IDEA Editor
CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
Cos'è CodinGame IDEA Editor?
CodinGame IDEA Editor è un'estensione di Chrome sviluppata da Oleksandr Kravchenko, e la sua funzione principale è "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CodinGame IDEA Editor
Scarica i file di estensione CodinGame IDEA Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Intellij IDEA plugin and instruction: https://bitbucket.org/kalex375/cgedit/overview
Informazioni di Base sull'Estensione
Nome | |
ID | hikpllmiijacdljhdlnnkdddhncmljif |
URL Ufficiale | https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif |
Descrizione | CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA. |
Dimensione del File | 25.84 KB |
Conteggio Installazioni | 514 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2016-10-10 |
Data di Pubblicazione | 2016-10-10 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | Oleksandr Kravchenko |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://bitbucket.org/kalex375/cgedit/ |
Lingue Supportate | 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" ] } |