Try in Dev Spaces

Adds a button to GitHub that opens projects on Dev Spaces instances.

Try in Dev Spaces क्या है?

Try in Dev Spaces Red Hat OpenShift Dev Spaces द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button to GitHub that opens projects on Dev Spaces instances."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Try in Dev Spaces एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Try in Dev Spaces extension provides a "Dev Spaces" button for GitHub repository pages, allowing you to create a cloud development environment for your Red Hat OpenShift Dev Spaces installation right from GitHub.

Additional Dev Spaces instances can be configured in the extension's options.

By default, development environments will be created in the Red Hat Developer Sandbox. Usage of the Red Hat Developer Sandbox is subject to the Red Hat Privacy Statement: https://www.redhat.com/en/about/privacy-policy

This project is open source on GitHub under the MIT license: https://github.com/redhat-developer/try-in-dev-spaces-browser-extension

What's new for version 1.1.1:
Adds the "Dev Spaces" button in the new GitHub UI.

What's new for version 1.1.0:
GitHub Enterprise support is now available. To configure GitHub Enterprise support:
1. Type "chrome://extensions" in the address bar
2. Find the "Try in Dev Spaces" extension and click on "Details"
3. Click on "Extension options" located near the bottom of the page
4. Click on the "GitHub Enterprise domains" tab
5. Enter your GitHub Enterprise domain (ex. https://github.example.com)
6. Accept the permission prompt. The permission is required to allow the extension to insert the "Dev Spaces" button within the GitHub webpage.
7. Navigate to a GitHub project within your GitHub Enterprise instance to see the new "Dev Spaces" button.                    

एक्सटेंशन की मूल जानकारी

नाम Try in Dev Spaces Try in Dev Spaces
ID gbookaeilomckmoofeocnkfidfeendan
आधिकारिक URL https://chromewebstore.google.com/detail/try-in-dev-spaces/gbookaeilomckmoofeocnkfidfeendan
विवरण Adds a button to GitHub that opens projects on Dev Spaces instances.
फ़ाइल का आकार 2.57 MB
स्थापना संख्या 142
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2024-01-13
प्रकाशन तिथि 2023-06-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Red Hat OpenShift Dev Spaces
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://redhat-developer.github.io/try-in-dev-spaces-browser-extension/
सहायता पृष्ठ URL https://github.com/redhat-developer/try-in-dev-spaces-browser-extension/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds a button to GitHub that opens projects on Dev Spaces instances.",
    "version": "1.1.1",
    "manifest_version": 3,
    "name": "Try in Dev Spaces",
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*"
    ],
    "background": {
        "service_worker": "backgroundScript.bundle.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}