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" ] } |