Bitbucket Lines Changed
Lists total number of lines changed in Bitbucket PRs
Bitbucket Lines Changedคืออะไร?
Bitbucket Lines Changed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Lists total number of lines changed in Bitbucket PRs"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitbucket Lines Changed
ดาวน์โหลดไฟล์ส่วนขยาย Bitbucket Lines Changed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds an overall number of lines added/removed in Bitbucket Pull Requests.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bitbucket Lines Changed |
ID | icfabjllcjkbbmflmkinhnpfadjdjdcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bitbucket-lines-changed/icfabjllcjkbbmflmkinhnpfadjdjdcj |
คำอธิบาย | Lists total number of lines changed in Bitbucket PRs |
ขนาดไฟล์ | 9.05 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2018-02-15 |
วันที่เผยแพร่ | 2018-02-15 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitbucket Lines Changed", "short_name": "BLC", "version": "0.2", "manifest_version": 2, "description": "Lists total number of lines changed in Bitbucket PRs", "homepage_url": "http:\/\/www.mpelletier.net", "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/bitbucket.org\/*\/*\/pull-requests\/*" ], "css": [ "style.css" ], "js": [ "init.js" ], "run_at": "document_end" } ] } |