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란 무엇입니까?
Better Bitbucket은(는) raymondhytang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff."입니다.
Better Bitbucket 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | ![]() |
ID | ahikdgecpffiigilbemleekgeemaembf |
공식 URL | https://chrome.google.com/webstore/detail/better-bitbucket/ahikdgecpffiigilbemleekgeemaembf |
설명 | Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff. |
파일 크기 | 16.68 KB |
설치 횟수 | 39 |
현재 버전 | 0.1.6 |
최근 업데이트 | 2014-05-21 |
출시 날짜 | 2014-05-21 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | raymondhytang |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bitbucket.org/raymondhytang/widerbitbucket |
지원되는 언어 | 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 } } |