goormIDE: Powerful Code Editor with Container
The Powerful Cloud-based IDE Service
ما هو goormIDE: Powerful Code Editor with Container؟
goormIDE: Powerful Code Editor with Container هو إضافة Chrome تم تطويرها بواسطة https://ide.goorm.io، والميزة الرئيسية لها هي "The Powerful Cloud-based IDE Service".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة goormIDE: Powerful Code Editor with Container
قم بتنزيل ملفات الامتداد goormIDE: Powerful Code Editor with Container بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
DEVELOP WITH EXCELLENCE goormIDE is a powerful cloud IDE service to maximize the productivity for developers and teams. Build your own development environment with just a few clicks. You can turn your ideas into SW anytime, anywhere. - Edit, build, run and debug on the web-browser. - Access to the Linux-based container via the fully-featured web-based terminal. - Install and configure anything whatever you want, just like your local machine. - Edit source code in real-time and communicate with other teammates on the same environment. - If problems occur, just rollback source code at any time. - Connect your Git/Subversion repositories, easily. - Using gui-interface, just clone, edit, commit, push and pull your project.
معلومات أساسية عن التمديد
الاسم | goormIDE: Powerful Code Editor with Container |
ID | ijjkemiomhkpfaekhcjladhkdojlaogc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/goormide-powerful-code-ed/ijjkemiomhkpfaekhcjladhkdojlaogc |
الوصف | The Powerful Cloud-based IDE Service |
حجم الملف | 945 KB |
عدد التثبيتات | 11,720 |
النسخة الحالية | 4.0.0.0 |
آخر تحديث | 2022-05-24 |
تاريخ النشر | 2020-02-02 |
تقييم | 4.52/5 مجموع تقييمات 25 |
المطور | https://ide.goorm.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://ide.goorm.io/ |
عنوان صفحة سياسة الخصوصية | https://accounts.goorm.io/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "name": "goormIDE: Powerful Code Editor with Container", "author": "goorm inc", "description": "The Powerful Cloud-based IDE Service", "version": "4.0.0.0", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "index.html", "default_title": "goormIDE" }, "permissions": [ "tabs", "cookies" ], "host_permissions": [ "https:\/\/*.goorm.io\/*" ] } |