Git Well Soon
Because https://github.com/community/community/discussions/5486
Git Well Soon란 무엇입니까?
Git Well Soon은(는) chris.duflo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Because https://github.com/community/community/discussions/5486"입니다.
확장 프로그램 스크린샷
Git Well Soon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Github: Persistent 'Hide whitespace changes' Setting When reviewing pull requests on enterprise or commercial github, there is an option to hide whitespace changes. This option is not persistent and has to be toggle each time a user reviews a pull request. The option can be toggled by adding a query parameter to the url. This extension knows when it is on a github pull request page and adds the query parameter to the url, effectively persisting the setting 'Hide whitespace changes'. - Using the `Hide whitespace` checkbox within Github will be honored for the current pull request or commit diff view.
확장 프로그램 기본 정보
이름 | Git Well Soon |
ID | ehpeaofieafibmhiagianfjjblpnmbdo |
공식 URL | https://chromewebstore.google.com/detail/git-well-soon/ehpeaofieafibmhiagianfjjblpnmbdo |
설명 | Because https://github.com/community/community/discussions/5486 |
파일 크기 | 9.78 KB |
설치 횟수 | 194 |
현재 버전 | 0.0.0.3 |
최근 업데이트 | 2023-01-28 |
출시 날짜 | 2022-11-03 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | chris.duflo |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/cduflo/gitwellsoon |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Well Soon", "description": "Because https:\/\/github.com\/community\/community\/discussions\/5486", "version": "0.0.0.3", "manifest_version": 3, "icons": { "128": "assets\/128x128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*\/pull\/*\/files*" ], "js": [ "content.js" ] } ], "permissions": [ "history", "scripting" ], "host_permissions": [ "*:\/\/*\/*\/pull\/*\/files*" ] } |