VS Code
Open GitHub and Azure Repos repositories in vscode.dev from the address bar
VS Codeคืออะไร?
VS Code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Microsoft และคุณลักษณะหลักของมันคือ "Open GitHub and Azure Repos repositories in vscode.dev from the address bar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VS Code
ดาวน์โหลดไฟล์ส่วนขยาย VS Code ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
https://vscode.dev allows you to use Visual Studio Code in your browser. This extension allows you to quickly get to any GitHub repository in https://vscode.dev. Simply type `code` to trigger the omnibox and open your recent GitHub repositories in vscode.dev. Alternatively, use the extension's Ctrl+. shortcut to open a GitHub pr Azure Repos repository page in https://vscode.dev, or click the extension icon. By installing this extension, you agree to these terms and conditions: Terms of Use: https://www.microsoft.com/en-us/legal/terms-of-use Privacy Policy: https://privacy.microsoft.com/en-US/privacystatement
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VS Code |
ID | kobakmhnkfaghloikphojodjebdelppk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vs-code/kobakmhnkfaghloikphojodjebdelppk |
คำอธิบาย | Open GitHub and Azure Repos repositories in vscode.dev from the address bar |
ขนาดไฟล์ | 3.07 MB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 2.6 |
อัปเดตครั้งล่าสุด | 2023-03-30 |
วันที่เผยแพร่ | 2022-09-03 |
คะแนน | 4.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Microsoft |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://vscode.dev |
URL หน้าช่วยเหลือ | https://github.com/microsoft/vscode-dev-chrome-launcher/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://aka.ms/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VS Code", "version": "2.6", "description": "Open GitHub and Azure Repos repositories in vscode.dev from the address bar", "action": { "default_icon": "vscode.png" }, "background": { "service_worker": "eventPage.js" }, "icons": { "16": "vscode.png", "48": "vscode.png", "128": "vscode.png" }, "commands": { "launchVSCode": { "suggested_key": { "default": "Ctrl+Period", "mac": "Command+Period" }, "description": "Launch vscode.dev" } }, "options_ui": { "page": "options.html" }, "permissions": [ "tabs", "history", "storage" ], "omnibox": { "keyword": "code" } } |