MSDN Resize
Add a divider between columns on MSDN for clickable resizing
MSDN Resize란 무엇입니까?
MSDN Resize은(는) InspectorStrunk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a divider between columns on MSDN for clickable resizing"입니다.
확장 프로그램 스크린샷
MSDN Resize 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you want to split your screen between documentation and source-code but too much of MSDN's real estate is dedicated to navigation? Do you find yourself wishing you could slide the navigation bar out of the way so that you can focus on content? MSDN Resize is a simple extension that allows the user to reduce the size of the side navigation bar and return it to normal with a click of the mouse. HOW DOES IT WORK? By adding a divider bar between the sidebar and the primary content of the page, all you have to do is click on the divider and instantly your content goes from 66% to 85% of the window. Click again to restore the original dimensions. Release Notes - 0.7 - This version is a temporary fix to account for the new MSDN theme chooser. The divider bar is now gray on all themes.
확장 프로그램 기본 정보
이름 | MSDN Resize |
ID | bdcaffgeeafpmnpeogoipgfhklbppjlc |
공식 URL | https://chromewebstore.google.com/detail/msdn-resize/bdcaffgeeafpmnpeogoipgfhklbppjlc |
설명 | Add a divider between columns on MSDN for clickable resizing |
파일 크기 | 316 KB |
설치 횟수 | 29 |
현재 버전 | 0.7 |
최근 업데이트 | 2019-07-13 |
출시 날짜 | 2019-07-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | InspectorStrunk |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mycomycul/MSDNFix |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MSDN Resize", "description": "Add a divider between columns on MSDN for clickable resizing", "version": "0.7", "content_scripts": [ { "matches": [ "https:\/\/docs.microsoft.com\/*", "http:\/\/docs.microsoft.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "MSDNResize16.png", "32": "MSDNResize32.png", "48": "MSDNResize48.png", "128": "MSDNResize128.png" } } |