GitHub to Code
Allows developers to open GitHub repositories locally within Visual Studio Code.
Apa itu GitHub to Code?
GitHub to Code adalah ekstensi Chrome yang dikembangkan oleh maxchehab, dan fitur utamanya adalah "Allows developers to open GitHub repositories locally within Visual Studio Code.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GitHub to Code
Unduh file ekstensi GitHub to 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
Features: - Custom keyboard shortcut - Fast setup - Open from file page, inline markdown, or a code review
Informasi Dasar Ekstensi
Nama | |
ID | nmhejamhnhhhegjaalgklaeeladhkaph |
URL Resmi | https://chrome.google.com/webstore/detail/github-to-code/nmhejamhnhhhegjaalgklaeeladhkaph |
Deskripsi | Allows developers to open GitHub repositories locally within Visual Studio Code. |
Ukuran File | 6.05 MB |
Jumlah Instalasi | 139 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2019-10-08 |
Tanggal Publikasi | 2019-10-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | maxchehab |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/maxchehab/gh-code |
URL Halaman Bantuan | https://github.com/maxchehab/gh-code |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub to Code", "version": "0.0.4", "description": "Allows developers to open GitHub repositories locally within Visual Studio Code.", "icons": { "48": "icons\/code-logo.png" }, "applications": { "gecko": { "id": "{b58eb207-8f2e-41ce-a28e-3046f1e92a5f}" } }, "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*" ], "js": [ ".\/common\/utils\/polyfill.util.js", ".\/extension\/content.js" ] } ], "permissions": [ "activeTab", "contextMenus", "storage", "tabs", " |