Dev Environments
Quickly run pre-configured, containerized development environments!
Dev Environments क्या है?
Dev Environments Docker, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly run pre-configured, containerized development environments!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dev Environments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows you to quickly jump from a Git repository, branch or PR to a local development environment with the tools you need to test and run your workload — using Dev Environments — by adding a button to Github, Bitbucket and Gitlab, in your browser. Requires: - Docker Desktop version 4.12 or higher Contributing We welcome contributions! The source code for this extension is available at https://github.com/docker/dev-envs-extension/ Issues Please submit issues over https://github.com/docker/dev-envs-extension/issues
एक्सटेंशन की मूल जानकारी
नाम | Dev Environments |
ID | gnagpachnalcofcblcgdbofnfakdbeka |
आधिकारिक URL | https://chromewebstore.google.com/detail/dev-environments/gnagpachnalcofcblcgdbofnfakdbeka |
विवरण | Quickly run pre-configured, containerized development environments! |
फ़ाइल का आकार | 11.57 KB |
स्थापना संख्या | 1,179 |
वर्तमान संस्करण | 0.1.4 |
अंतिम अपडेट | 2022-12-20 |
प्रकाशन तिथि | 2022-12-19 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Docker, Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.docker.com/ |
सहायता पृष्ठ URL | https://github.com/docker/dev-envs-extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dev Environments", "short_name": "Dev Environments", "description": "Quickly run pre-configured, containerized development environments!", "version": "0.1.4", "icons": { "48": "icons\/icon_devenvs.png", "96": "icons\/icon_devenvs.png", "128": "icons\/icon_devenvs.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*", "*:\/\/*.bitbucket.org\/*", "*:\/\/*.gitlab.com\/*" ], "js": [ "dist\/devEnvs.js" ], "css": [ "css\/style.css" ] } ] } |