CodinGame IDEA Editor
CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
Wat is CodinGame IDEA Editor?
CodinGame IDEA Editor is een Chrome-extensie ontwikkeld door Oleksandr Kravchenko, en de belangrijkste functie is "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.".
Extensie Screenshots
Download het CRX-bestand van de extensie CodinGame IDEA Editor
Download CodinGame IDEA Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Intellij IDEA plugin and instruction: https://bitbucket.org/kalex375/cgedit/overview
Basisinformatie over de Extensie
Naam | |
ID | hikpllmiijacdljhdlnnkdddhncmljif |
Officiële URL | https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif |
Beschrijving | CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA. |
Bestandsgrootte | 25.84 KB |
Aantal Installaties | 514 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2016-10-10 |
Publicatiedatum | 2016-10-10 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Oleksandr Kravchenko |
Betalingswijze | free |
Extensiewebsite | https://bitbucket.org/kalex375/cgedit/ |
Ondersteunde Talen | 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" ] } |