BitBucket Pull Request Toggle Buttons
Adds Toggle buttons for files in BitBucket Pull Requests
BitBucket Pull Request Toggle Buttonsคืออะไร?
BitBucket Pull Request Toggle Buttons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย soapergem และคุณลักษณะหลักของมันคือ "Adds Toggle buttons for files in BitBucket Pull Requests"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BitBucket Pull Request Toggle Buttons
ดาวน์โหลดไฟล์ส่วนขยาย BitBucket Pull Request Toggle Buttons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds Toggle buttons for files in BitBucket Pull Requests, allowing you to quickly collapse and re-expand sections of the pull request for readability. Now also adds a button to switch to Ignore Whitespace mode.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BitBucket Pull Request Toggle Buttons |
ID | hfebajohpclnfhfnlhgndbmcdnlchjjd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bitbucket-pull-request-to/hfebajohpclnfhfnlhgndbmcdnlchjjd |
คำอธิบาย | Adds Toggle buttons for files in BitBucket Pull Requests |
ขนาดไฟล์ | 84.88 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 0.5.1.3 |
อัปเดตครั้งล่าสุด | 2016-03-10 |
วันที่เผยแพร่ | 2016-03-10 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | soapergem |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://gordon-myers.com/cepp.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BitBucket Pull Request Toggle Buttons", "short_name": "Toggle Buttons", "version": "0.5.1.3", "description": "Adds Toggle buttons for files in BitBucket Pull Requests", "homepage_url": "http:\/\/gordon-myers.com\/bbprtb", "manifest_version": 2, "icons": { "16": "bbprtb-logo-16.png", "32": "bbprtb-logo-32.png", "48": "bbprtb-logo-48.png", "128": "bbprtb-logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/bitbucket.org\/*\/pull-request*" ], "all_frames": true, "js": [ "bbprtb.user.js" ] } ] } |