goormIDE: Powerful Code Editor with Container
The Powerful Cloud-based IDE Service
goormIDE: Powerful Code Editor with Containerとは何ですか?
goormIDE: Powerful Code Editor with Containerはhttps://ide.goorm.ioによって開発されたChromeの拡張機能で、その主な機能は「The Powerful Cloud-based IDE Service」です。
拡張機能のスクリーンショット
goormIDE: Powerful Code Editor with Container拡張機能のCRXファイルをダウンロード
goormIDE: Powerful Code Editor with Container拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ide.goorm.io/ |
プライバシーポリシーページのURL | 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\/*" ] } |