TortoiseBucket
Add a TortoiseGit clone button to BitBucket and PR common issue assistance.
TortoiseBucketคืออะไร?
TortoiseBucket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evan Knowles และคุณลักษณะหลักของมันคือ "Add a TortoiseGit clone button to BitBucket and PR common issue assistance."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TortoiseBucket
ดาวน์โหลดไฟล์ส่วนขยาย TortoiseBucket ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BitBucket is very Atlassian orientated (on account of having been written by them). SourceTree is a fine app, but sometimes you prefer having something a little bit lighter. TortoiseBucket adds a TortoiseGit clone button to the BitBucket interface, next to the SourceTree clone button in the Clone menu. In addition, functionality to provide common PR responses is available (no standard responses provided though).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fhldifodgnlnljaombiokkinkbfialfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tortoisebucket/fhldifodgnlnljaombiokkinkbfialfl |
คำอธิบาย | Add a TortoiseGit clone button to BitBucket and PR common issue assistance. |
ขนาดไฟล์ | 80.56 KB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2019-09-02 |
วันที่เผยแพร่ | 2019-09-02 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Evan Knowles |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.knowles.co.za |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TortoiseBucket", "description": "Add a TortoiseGit clone button to BitBucket and PR common issue assistance.", "version": "1.5", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "onload.js" ] } ], "icons": { "128": "icon.png" }, "options_page": "options.html", "background": { "scripts": [ "context-menu.js" ] }, "permissions": [ "https:\/\/*\/", "http:\/\/*\/", "contextMenus", "storage" ] } |