DevSpaces - Dev Environments in EYK
Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.
DevSpaces - Dev Environments in EYKคืออะไร?
DevSpaces - Dev Environments in EYK เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://devfactory.com และคุณลักษณะหลักของมันคือ "Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DevSpaces - Dev Environments in EYK
ดาวน์โหลดไฟล์ส่วนขยาย DevSpaces - Dev Environments in EYK ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
DevSpaces allows developers to launch github code in a container based IDE and get started with developing code in seconds. No more downloading code to the local machine and setting up a local environment to get started. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dmbijlfedfamdpenajngckdlehjighfi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/devspaces-dev-environment/dmbijlfedfamdpenajngckdlehjighfi |
| คำอธิบาย | Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project. |
| ขนาดไฟล์ | 43.31 KB |
| จำนวนการติดตั้ง | 314 |
| เวอร์ชันปัจจุบัน | 1.7 |
| อัปเดตครั้งล่าสุด | 2020-10-14 |
| วันที่เผยแพร่ | 2020-10-06 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | https://devfactory.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://devgraph.com/devspaces |
| URL หน้านโยบายความเป็นส่วนตัว | https://devfactory.com/privacy-policy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DevSpaces - Dev Environments in EYK",
"short_name": "DevSpaces",
"version": "1.7",
"description": "Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.",
"icons": {
"16": "icons\/devspaces_16x16_trans_bg-01.png",
"48": "icons\/devspaces_48x48_trans_bg-01.png",
"128": "icons\/devspaces_128x128_trans_bg-01.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.github.com\/*",
"*:\/\/*.gitlab.com\/*",
"*:\/\/*.bitbucket.org\/*",
"*:\/\/*.gitpod.io\/*",
"*:\/\/*.web-ide.devfactory.com\/*",
"*:\/\/*.trilogy.devspaces.com\/*"
],
"js": [
"dist\/bundles\/gitpodify.bundle.js"
]
}
],
"browser_action": {
"default_icon": {
"16": "icons\/devspaces_16x16_trans_bg-01.png",
"48": "icons\/devspaces_48x48_trans_bg-01.png",
"128": "icons\/devspaces_128x128_trans_bg-01.png"
},
"default_title": "DevSpaces"
},
"background": {
"scripts": [
"dist\/bundles\/background.bundle.js"
]
},
"options_ui": {
"page": "src\/options\/options.html"
},
"permissions": [
"activeTab",
"storage"
]
} | |