goormIDE: Powerful Code Editor with Container
The Powerful Cloud-based IDE Service
¿Qué es goormIDE: Powerful Code Editor with Container?
goormIDE: Powerful Code Editor with Container es una extensión de Chrome desarrollada por https://ide.goorm.io, y su función principal es "The Powerful Cloud-based IDE Service".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión goormIDE: Powerful Code Editor with Container
Descarga archivos de extensión goormIDE: Powerful Code Editor with Container en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | ijjkemiomhkpfaekhcjladhkdojlaogc |
| URL Oficial | https://chromewebstore.google.com/detail/goormide-powerful-code-ed/ijjkemiomhkpfaekhcjladhkdojlaogc |
| Descripción | The Powerful Cloud-based IDE Service |
| Tamaño del Archivo | 945 KB |
| Cantidad de Instalaciones | 11,720 |
| Versión Actual | 4.0.0.0 |
| Última Actualización | 2022-05-24 |
| Fecha de Publicación | 2020-02-02 |
| Calificación | 4.52/5 Total de 25 Calificaciones |
| Desarrollador | https://ide.goorm.io |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://ide.goorm.io/ |
| URL de la Página de Política de Privacidad | https://accounts.goorm.io/privacy |
| Idiomas Soportados | 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\/*"
]
} | |