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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |