Azure DevOps PR View
Improves the Azure DevOps pull request (PR) view to make code reviews easier
Azure DevOps PR View란 무엇입니까?
Azure DevOps PR View은(는) Unimorphic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves the Azure DevOps pull request (PR) view to make code reviews easier"입니다.
확장 프로그램 스크린샷
Azure DevOps PR View 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
All of the below features can be enabled/disabled via the extension's options page Features: Single Vertical Scrollbar Removes the vertical scrollbars on individual files when viewing the files in a PR Additional Full Screen Toggle Buttons Adds a button to view in full screen mode when viewing a single commit and when creating a new PR. Operates similar to the full screen mode when viewing the files in a PR. Keyboard shortcut 'z' is also supported. Code Zoom Enables changing the zoom of code blocks by using ctrl + mouse wheel or manually via the options page and remembers the zoom level between sessions True Full Screen Toggles the browser's full screen mode when full screen mode is toggled via a button or the keyboard shortcut 'z' Collapse Left Panel on Full Screen Collapses/expands the left panel when full screen mode is toggled via a button or the keyboard shortcut 'z' Comment Highlight Toggle Adds a button that toggles the visibility of code comment highlights and remembers the visibility between sessions Single Horizontal Scrollbar Removes the horizontal scrollbars on individual files when viewing the files in a PR. Side-by-side view is not affected.
확장 프로그램 기본 정보
이름 | Azure DevOps PR View |
ID | imhdlkegjegakidnjoebonfmhklflnpl |
공식 URL | https://chromewebstore.google.com/detail/azure-devops-pr-view/imhdlkegjegakidnjoebonfmhklflnpl |
설명 | Improves the Azure DevOps pull request (PR) view to make code reviews easier |
파일 크기 | 264 KB |
설치 횟수 | 71 |
현재 버전 | 0.6 |
최근 업데이트 | 2022-12-19 |
출시 날짜 | 2022-11-01 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Unimorphic |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bitbucket.org/unimorphic/azuredevopsprview |
도움말 페이지 URL | https://bitbucket.org/unimorphic/azuredevopsprview/issues?status=new&status=open |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "\/logos\/logo16.png", "32": "\/logos\/logo32.png", "48": "\/logos\/logo48.png", "128": "\/logos\/logo128.png" } }, "background": { "service_worker": "background.js" }, "description": "Improves the Azure DevOps pull request (PR) view to make code reviews easier", "homepage_url": "https:\/\/bitbucket.org\/unimorphic\/azuredevopsprview", "host_permissions": [ "https:\/\/dev.azure.com\/" ], "icons": { "16": "\/logos\/logo16.png", "32": "\/logos\/logo32.png", "48": "\/logos\/logo48.png", "128": "\/logos\/logo128.png" }, "manifest_version": 3, "name": "Azure DevOps PR View", "options_page": "options\/options.html", "permissions": [ "scripting", "storage", "webNavigation" ], "version": "0.6" } |