goormIDE: Powerful Code Editor with Container
The Powerful Cloud-based IDE Service
O que é goormIDE: Powerful Code Editor with Container?
goormIDE: Powerful Code Editor with Container é uma extensão do Chrome desenvolvida por https://ide.goorm.io, e sua principal característica é "The Powerful Cloud-based IDE Service".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão goormIDE: Powerful Code Editor with Container
Baixe arquivos de extensão goormIDE: Powerful Code Editor with Container no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | goormIDE: Powerful Code Editor with Container |
ID | ijjkemiomhkpfaekhcjladhkdojlaogc |
URL Oficial | https://chromewebstore.google.com/detail/goormide-powerful-code-ed/ijjkemiomhkpfaekhcjladhkdojlaogc |
Descrição | The Powerful Cloud-based IDE Service |
Tamanho do Arquivo | 945 KB |
Contagem de Instalações | 11,720 |
Versão Atual | 4.0.0.0 |
Última Atualização | 2022-05-24 |
Data de Publicação | 2020-02-02 |
Classificação | 4.52/5 Total de 25 Avaliações |
Desenvolvedor | https://ide.goorm.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ide.goorm.io/ |
URL da Página de Política de Privacidade | https://accounts.goorm.io/privacy |
Idiomas Suportados | 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\/*" ] } |