VS Code
Open GitHub and Azure Repos repositories in vscode.dev from the address bar
Apa itu VS Code?
VS Code adalah ekstensi Chrome yang dikembangkan oleh Microsoft, dan fitur utamanya adalah "Open GitHub and Azure Repos repositories in vscode.dev from the address bar".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VS Code
Unduh file ekstensi VS Code dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | VS Code |
ID | kobakmhnkfaghloikphojodjebdelppk |
URL Resmi | https://chromewebstore.google.com/detail/vs-code/kobakmhnkfaghloikphojodjebdelppk |
Deskripsi | Open GitHub and Azure Repos repositories in vscode.dev from the address bar |
Ukuran File | 3.07 MB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 2.6 |
Terakhir Diperbarui | 2023-03-30 |
Tanggal Publikasi | 2022-09-03 |
Penilaian | 4.38/5 Total 8 Penilaian |
Pengembang | Microsoft |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://vscode.dev |
URL Halaman Bantuan | https://github.com/microsoft/vscode-dev-chrome-launcher/issues |
URL Halaman Kebijakan Privasi | https://aka.ms/privacy |
Bahasa yang Didukung | 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" } } |