CodinGame IDEA Editor
CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
Qu'est-ce que CodinGame IDEA Editor ?
CodinGame IDEA Editor est une extension Chrome développée par Oleksandr Kravchenko, et sa fonction principale est "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CodinGame IDEA Editor
Téléchargez les fichiers d'extension CodinGame IDEA Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Intellij IDEA plugin and instruction: https://bitbucket.org/kalex375/cgedit/overview
Informations de Base sur l'Extension
Nom | |
ID | hikpllmiijacdljhdlnnkdddhncmljif |
URL Officiel | https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif |
Description | CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA. |
Taille du Fichier | 25.84 KB |
Nombre d'Installations | 514 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2016-10-10 |
Date de Publication | 2016-10-10 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | Oleksandr Kravchenko |
Type de Paiement | free |
Site Web de l'Extension | https://bitbucket.org/kalex375/cgedit/ |
Langues Prises en Charge | 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" ] } |