Bitbucket code review
Improvements to Bitbucket and JIRA for easier code reviewing
Bitbucket code reviewคืออะไร?
Bitbucket code review เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rene Saarsoo และคุณลักษณะหลักของมันคือ "Improvements to Bitbucket and JIRA for easier code reviewing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitbucket code review
ดาวน์โหลดไฟล์ส่วนขยาย Bitbucket code review ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mark-as-read functionality for commits and parts of commits in Bitbucket and JIRA. - Mark commits as read/unread in both Bitbucket and JIRA - Hide reviewed file diffs in bitbucket commit page - Ignore commits of specified authors (configured in options)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bitbucket code review |
ID | odildldpegnccaajmpminocolianigjl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bitbucket-code-review/odildldpegnccaajmpminocolianigjl |
คำอธิบาย | Improvements to Bitbucket and JIRA for easier code reviewing |
ขนาดไฟล์ | 72.91 KB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-04-27 |
วันที่เผยแพร่ | 2016-04-27 |
ผู้พัฒนา | Rene Saarsoo |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/nene/bitbucket-code-review |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitbucket code review", "short_name": "Bitbucket CR", "description": "Improvements to Bitbucket and JIRA for easier code reviewing", "version": "1.0", "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "content_scripts": [ { "matches": [ "https:\/\/bitbucket.org\/*\/commits\/*" ], "js": [ "dist\/bitbucket.js" ], "css": [ "styles.css" ] }, { "matches": [ "https:\/\/*.atlassian.net\/browse\/*" ], "js": [ "dist\/jira.js" ], "css": [ "styles.css" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ] } |