BitBucket Pull Request Toggle Buttons
Adds Toggle buttons for files in BitBucket Pull Requests
BitBucket Pull Request Toggle Buttons là gì?
BitBucket Pull Request Toggle Buttons là một tiện ích mở rộng Chrome được phát triển bởi soapergem, và tính năng chính của nó là "Adds Toggle buttons for files in BitBucket Pull Requests".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BitBucket Pull Request Toggle Buttons
Tải xuống các tệp mở rộng BitBucket Pull Request Toggle Buttons 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BitBucket Pull Request Toggle Buttons |
ID | hfebajohpclnfhfnlhgndbmcdnlchjjd |
URL Chính Thức | https://chromewebstore.google.com/detail/bitbucket-pull-request-to/hfebajohpclnfhfnlhgndbmcdnlchjjd |
Mô tả | Adds Toggle buttons for files in BitBucket Pull Requests |
Kích Thước Tệp | 84.88 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 0.5.1.3 |
Cập Nhật Lần Cuối | 2016-03-10 |
Ngày Phát Hành | 2016-03-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | soapergem |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://gordon-myers.com/cepp.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |