Open GitHub in VS Code
Open GitHub repository in VS Code within browser
Open GitHub in VS Codeคืออะไร?
Open GitHub in VS Code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Isaiev และคุณลักษณะหลักของมันคือ "Open GitHub repository in VS Code within browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open GitHub in VS Code
ดาวน์โหลดไฟล์ส่วนขยาย Open GitHub in VS Code ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just click on "Open in VS Code" button. Based on https://github.com/conwnet/github1s Extension repo: https://github.com/aisaiev/open-github-in-vscode
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open GitHub in VS Code |
ID | pnhnmmcigmleaooedjnodnioapklfngc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-github-in-vs-code/pnhnmmcigmleaooedjnodnioapklfngc |
คำอธิบาย | Open GitHub repository in VS Code within browser |
ขนาดไฟล์ | 30.39 KB |
จำนวนการติดตั้ง | 1,087 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-02-13 |
วันที่เผยแพร่ | 2021-02-12 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Anton Isaiev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open GitHub in VS Code", "short_name": "Open GitHub in VS Code", "description": "Open GitHub repository in VS Code within browser", "author": "Anton Isaiev", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon.png" } } |