Bitbucket Lines Changed
Lists total number of lines changed in Bitbucket PRs
Bitbucket Lines Changed là gì?
Bitbucket Lines Changed là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Lists total number of lines changed in Bitbucket PRs".
Tải xuống tệp CRX của tiện ích mở rộng Bitbucket Lines Changed
Tải xuống các tệp mở rộng Bitbucket Lines Changed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds an overall number of lines added/removed in Bitbucket Pull Requests.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bitbucket Lines Changed |
ID | icfabjllcjkbbmflmkinhnpfadjdjdcj |
URL Chính Thức | https://chromewebstore.google.com/detail/bitbucket-lines-changed/icfabjllcjkbbmflmkinhnpfadjdjdcj |
Mô tả | Lists total number of lines changed in Bitbucket PRs |
Kích Thước Tệp | 9.05 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2018-02-15 |
Ngày Phát Hành | 2018-02-15 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |