Gitlab Git Clone
Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.
Gitlab Git Cloneคืออะไร?
Gitlab Git Clone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pt1602schannel และคุณลักษณะหลักของมันคือ "Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gitlab Git Clone
ดาวน์โหลดไฟล์ส่วนขยาย Gitlab Git Clone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is extension is NOT officially from the gitlab team. Contribute: https://github.com/pt1602/gitlab-git-clone
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gitlab Git Clone |
ID | niofneadkfofccgnfmofgpbppfhbkgmg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gitlab-git-clone/niofneadkfofccgnfmofgpbppfhbkgmg |
คำอธิบาย | Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal. |
ขนาดไฟล์ | 44.55 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2024-02-15 |
วันที่เผยแพร่ | 2022-06-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | pt1602schannel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pt1602/gitlab-git-clone |
URL หน้าช่วยเหลือ | https://github.com/pt1602/gitlab-git-clone/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gitlab Git Clone", "description": "Adds 'git clone' to the ssh\/https clone url, so you simply can copy and paste it into your terminal.", "version": "1.6", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/frontend.js" ] } ], "icons": { "16": "assets\/icons\/gitlab-git-clone-logo16x.png", "48": "assets\/icons\/gitlab-git-clone-logo48x.png", "128": "assets\/icons\/gitlab-git-clone-logo.png" }, "action": { "default_popup": "default_popup\/index.html" }, "options_page": "options_page\/index.html", "permissions": [ "storage" ] } |