BitBucket Pull Request Toggle Buttons
Adds Toggle buttons for files in BitBucket Pull Requests
BitBucket Pull Request Toggle Buttons란 무엇입니까?
BitBucket Pull Request Toggle Buttons은(는) soapergem에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Toggle buttons for files in BitBucket Pull Requests"입니다.
확장 프로그램 스크린샷
BitBucket Pull Request Toggle Buttons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | BitBucket Pull Request Toggle Buttons |
ID | hfebajohpclnfhfnlhgndbmcdnlchjjd |
공식 URL | https://chromewebstore.google.com/detail/bitbucket-pull-request-to/hfebajohpclnfhfnlhgndbmcdnlchjjd |
설명 | Adds Toggle buttons for files in BitBucket Pull Requests |
파일 크기 | 84.88 KB |
설치 횟수 | 22 |
현재 버전 | 0.5.1.3 |
최근 업데이트 | 2016-03-10 |
출시 날짜 | 2016-03-10 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | soapergem |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://gordon-myers.com/cepp.html |
지원되는 언어 | 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" ] } ] } |