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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

goormIDE: Powerful Code Editor with Container 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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\/*"
    ]
}