RunCode - Cloud Development Environment

Launch Workspace

RunCode - Cloud Development Environmentとは何ですか?

RunCode - Cloud Development Environmentはruncode-chromeによって開発されたChromeの拡張機能で、その主な機能は「Launch Workspace」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

RunCode - Cloud Development Environment拡張機能のCRXファイルをダウンロード

RunCode - Cloud Development Environment拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        RunCode is a cloud development environment providing fully configured and ready to code workspaces at a click of a button enabling portability across devices and seamless collaboration between teams on a real-time basis. 

RunCode browser extension simplifies the process of accessing your projects on GitLab, GitHub, or Bitbucket. To get started, follow these simple steps:

1. Install the RunCode browser extension.

2. Open your projects on GitLab, GitHub, or Bitbucket.

3. Click the RunCode button to launch a new workspace in RunCode.

By using RunCode, one can avoid the time-consuming process of manually setting up a new dev environment for each task. This increases productivity and allows you to focus on writing code. 

Try RunCode today and experience how it can take your development to the next level.                    

拡張機能の基本情報

名前 RunCode - Cloud Development Environment RunCode - Cloud Development Environment
ID ppidaplikdjbplccjapilapejpbeagii
公式URL https://chromewebstore.google.com/detail/runcode-cloud-development/ppidaplikdjbplccjapilapejpbeagii
説明 Launch Workspace
ファイルサイズ 15.83 KB
インストール数 141
現在のバージョン 1.0.3
最終更新日 2024-02-13
公開日 2023-03-07
開発者 runcode-chrome
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://runcode.io
ヘルプページのURL https://runcode.io/contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RunCode - Cloud Development Environment",
    "version": "1.0.3",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoNKFUReAMNovHcQhscX6cuPhr2sjiBlGia+Xrt7J9dGPY+JWhPF+HNBnSIsUjA2ciIyjBIlloyHz751DaYW8uzcDNlCidGRvCas6+QO+YwWPel9efBUKLj1uw0CZCMlkYElbniR7DYT7w9pD8aQwiNPB8akNFAAv1iTTK+LL\/TsajpCD5sXA3vOorEjNvSkWiFYd1BLiISRvRKPctROBGfbcWPYADAQR3aEt8+eP67\/OEExGpBZWLIDTXwNDFtxBPmyS\/FILzy3Ziklv0u4UhVa6Xp5QgLStu1rE\/z4e33KmBdNMkZB+7IAYtjMI50+1bga2v5zLYNwuLW85OahS+QIDAQAB",
    "action": {
        "default_popup": "index.html"
    },
    "description": "Launch Workspace",
    "author": "[email protected]",
    "icons": {
        "16": "Group 7116.png",
        "32": "Group 7132.png",
        "48": "Group 7148.png",
        "128": "Group 71128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*",
                "*:\/\/*.gitlab.com\/*",
                "*:\/\/*.bitbucket.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}