WindowSize
Change Windows Size.
WindowSize란 무엇입니까?
WindowSize은(는) nori_yamam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change Windows Size."입니다.
확장 프로그램 스크린샷
WindowSize 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Change Chrome's window size. It is convenient to standardize the size when you attach screenshot to manual or blog. Oct.30, 2019 Known issues I've found that this doesn't work correctly if the Chrome window size is maximized. This probably happened in Chrome78. I checked the program but could not find a fix method. If the Chrome window size is maximized, it will work correctly if you change it manually.
확장 프로그램 기본 정보
이름 | WindowSize |
ID | oaohkpbdkgfmmgdjgeekkmkpmkglfdcc |
공식 URL | https://chromewebstore.google.com/detail/windowsize/oaohkpbdkgfmmgdjgeekkmkpmkglfdcc |
설명 | Change Windows Size. |
파일 크기 | 7.52 KB |
설치 횟수 | 87 |
현재 버전 | 1.4 |
최근 업데이트 | 2023-10-30 |
출시 날짜 | 2019-10-30 |
개발자 | nori_yamam |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WindowSize", "short_name": "WS", "version": "1.4", "manifest_version": 3, "description": "Change Windows Size.", "action": { "default_title": "Window Size 1.4", "default_popup": "popup.html", "default_icon": { "32": "WindowSize_32.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "128": "WindowSize_128.png" } } |