goormIDE: Powerful Code Editor with Container
The Powerful Cloud-based IDE Service
Wat is goormIDE: Powerful Code Editor with Container?
goormIDE: Powerful Code Editor with Container is een Chrome-extensie ontwikkeld door https://ide.goorm.io, en de belangrijkste functie is "The Powerful Cloud-based IDE Service".
Extensie Screenshots
Download het CRX-bestand van de extensie goormIDE: Powerful Code Editor with Container
Download goormIDE: Powerful Code Editor with Container-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | goormIDE: Powerful Code Editor with Container |
ID | ijjkemiomhkpfaekhcjladhkdojlaogc |
Officiële URL | https://chromewebstore.google.com/detail/goormide-powerful-code-ed/ijjkemiomhkpfaekhcjladhkdojlaogc |
Beschrijving | The Powerful Cloud-based IDE Service |
Bestandsgrootte | 945 KB |
Aantal Installaties | 11,720 |
Huidige Versie | 4.0.0.0 |
Laatst Bijgewerkt | 2022-05-24 |
Publicatiedatum | 2020-02-02 |
Beoordeling | 4.52/5 Totaal 25 Beoordelingen |
Ontwikkelaar | https://ide.goorm.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ide.goorm.io/ |
URL van de Privacybeleid Pagina | https://accounts.goorm.io/privacy |
Ondersteunde Talen | 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\/*" ] } |