goormIDE: Powerful Code Editor with Container
The Powerful Cloud-based IDE Service
goormIDE: Powerful Code Editor with Container là gì?
goormIDE: Powerful Code Editor with Container là một tiện ích mở rộng Chrome được phát triển bởi https://ide.goorm.io, và tính năng chính của nó là "The Powerful Cloud-based IDE Service".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng goormIDE: Powerful Code Editor with Container
Tải xuống các tệp mở rộng goormIDE: Powerful Code Editor with Container dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | goormIDE: Powerful Code Editor with Container |
ID | ijjkemiomhkpfaekhcjladhkdojlaogc |
URL Chính Thức | https://chromewebstore.google.com/detail/goormide-powerful-code-ed/ijjkemiomhkpfaekhcjladhkdojlaogc |
Mô tả | The Powerful Cloud-based IDE Service |
Kích Thước Tệp | 945 KB |
Số Lần Cài Đặt | 11,720 |
Phiên Bản Hiện Tại | 4.0.0.0 |
Cập Nhật Lần Cuối | 2022-05-24 |
Ngày Phát Hành | 2020-02-02 |
Đánh Giá | 4.52/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | https://ide.goorm.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ide.goorm.io/ |
URL Trang Chính Sách Bảo Mật | https://accounts.goorm.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |