goormIDE: Powerful Code Editor with Container
The Powerful Cloud-based IDE Service
Qu'est-ce que goormIDE: Powerful Code Editor with Container ?
goormIDE: Powerful Code Editor with Container est une extension Chrome développée par https://ide.goorm.io, et sa fonction principale est "The Powerful Cloud-based IDE Service".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension goormIDE: Powerful Code Editor with Container
Téléchargez les fichiers d'extension goormIDE: Powerful Code Editor with Container au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | goormIDE: Powerful Code Editor with Container |
ID | ijjkemiomhkpfaekhcjladhkdojlaogc |
URL Officiel | https://chromewebstore.google.com/detail/goormide-powerful-code-ed/ijjkemiomhkpfaekhcjladhkdojlaogc |
Description | The Powerful Cloud-based IDE Service |
Taille du Fichier | 945 KB |
Nombre d'Installations | 11,720 |
Version Actuelle | 4.0.0.0 |
Dernière Mise à Jour | 2022-05-24 |
Date de Publication | 2020-02-02 |
Évaluation | 4.52/5 Total 25 Évaluations |
Développeur | https://ide.goorm.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ide.goorm.io/ |
URL de la Page de Politique de Confidentialité | https://accounts.goorm.io/privacy |
Langues Prises en Charge | 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\/*" ] } |