Gitpod

The developer platform for on-demand cloud development environments. Create software faster and more securely.

Gitpodคืออะไร?

Gitpod เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gitpod.io และคุณลักษณะหลักของมันคือ "The developer platform for on-demand cloud development environments. Create software faster and more securely."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gitpod

ดาวน์โหลดไฟล์ส่วนขยาย Gitpod ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Gitpod is an open-source developer platform automating the provisioning of ready-to-code developer environments.

This extension adds a button to your GitLab, GitHub and Bitbucket projects to easily spin up a dev environment with a single click.

How it works:
1. Install the browser extension
2. Go to one of your projects at GitLab, GitHub or Bitbucket 
3. Click on the Gitpod button and start a dev environment for your project

📘 Documentation: https://www.gitpod.io/docs/

Would you like to collaborate on the extension? You can, it's open source: https://github.com/gitpod-io/browser-extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gitpod Gitpod
ID dodmmooeoklaejobgleioelladacbeki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gitpod/dodmmooeoklaejobgleioelladacbeki
คำอธิบาย The developer platform for on-demand cloud development environments. Create software faster and more securely.
ขนาดไฟล์ 214 KB
จำนวนการติดตั้ง 57,403
เวอร์ชันปัจจุบัน 2.1.6
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2020-06-29
คะแนน 4.92/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา https://gitpod.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gitpod.io
URL หน้าช่วยเหลือ https://community.gitpod.io
URL หน้านโยบายความเป็นส่วนตัว https://www.gitpod.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.72e8bd43.png",
        "32": "icon32.plasmo.328efb7e.png",
        "48": "icon48.plasmo.1b6c20e9.png",
        "64": "icon64.plasmo.6c816b7b.png",
        "128": "icon128.plasmo.74615566.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.72e8bd43.png",
            "32": "icon32.plasmo.328efb7e.png",
            "48": "icon48.plasmo.1b6c20e9.png",
            "64": "icon64.plasmo.6c816b7b.png",
            "128": "icon128.plasmo.74615566.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.1.6",
    "author": "Gitpod ",
    "name": "Gitpod",
    "description": "The developer platform for on-demand cloud development environments. Create software faster and more securely.",
    "homepage_url": "https:\/\/www.gitpod.io",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "contextMenus",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gitpod.io\/*",
                "https:\/\/*.gitpod.cloud\/*",
                "https:\/\/*.gitpod.dev\/*"
            ],
            "js": [
                "gitpod-dashboard.24c15cff.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/gitlab.com\/*",
                "https:\/\/bitbucket.org\/*"
            ],
            "js": [
                "button.c44b096a.js"
            ],
            "css": []
        }
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/gitlab.com\/*",
                "https:\/\/bitbucket.org\/*"
            ],
            "resources": [
                "button.a204bf80.css"
            ]
        }
    ]
}