Better Bitbucket
Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff.
Better Bitbucket là gì?
Better Bitbucket là một tiện ích mở rộng Chrome được phát triển bởi raymondhytang, và tính năng chính của nó là "Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff.".
Tải xuống tệp CRX của tiện ích mở rộng Better Bitbucket
Tải xuống các tệp mở rộng Better Bitbucket 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
Better Bitbucket is a Chrome extension that allows you to optimize your experience when looking at code on Bitbucket. Clicking on the header of a file's diff will toggle the display of that diff. You can also choose which file extensions you would like to hide. For example, it is very useful when looking at Unity projects to hide .meta files and potentially files with other extensions. This extension is not affiliated with Bitbucket. This is derived from a Wider Github Chrome extension by tmlee: https://github.com/tmlee/wider_github
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | ahikdgecpffiigilbemleekgeemaembf |
URL Chính Thức | https://chrome.google.com/webstore/detail/better-bitbucket/ahikdgecpffiigilbemleekgeemaembf |
Mô tả | Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff. |
Kích Thước Tệp | 16.68 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2014-05-21 |
Ngày Phát Hành | 2014-05-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | raymondhytang |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bitbucket.org/raymondhytang/widerbitbucket |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Bitbucket", "version": "0.1.6", "description": "Choose which file extensions to hide when looking at the diff. Click on a file's header to show\/hide its diff.", "browser_action": { "default_icon": "bitbucket48.png", "default_title": "Better Bitbucket" }, "icons": { "16": "bitbucket16.png", "48": "bitbucket48.png", "128": "bitbucket128.png" }, "permissions": [ "tabs", "storage", "https:\/\/bitbucket.org\/*" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false } } |