New Window Setup
Do you use multiple monitors? This extension will force new windows into one of them.
New Window Setup란 무엇입니까?
New Window Setup은(는) https://fastaddons.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do you use multiple monitors? This extension will force new windows into one of them."입니다.
확장 프로그램 스크린샷
New Window Setup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New Window Setup extension allows you to setup how the new windows are created - on which monitor and with what size. Why? 1) Chrome creates new window on the same monitor where the last focused window is. If you use multiple monitors and you have Chrome windows opened on each one, new window can be created on any of them. Using this extension you can force it to your main monitor. 2) Chrome creates new windows with the same dimension as last focused window. If your last focused window is snapped on a side, your new window will have this crazy dimension. Using this extension your new windows will be always on the correct monitor with the correct size! Support independent developer! Juraj Mäsiar: https://blog.mozilla.org/Addons/2020/06/15/Friend-Of-Add-ons-Juraj-Masiar/ I'm extension developer since 2016. My goal is to build powerful extensions for your web-browser to make you more productive. If you think I'm doing a good job, please donate :) - Ko-Fi.com: https://ko-fi.com/fastaddons - PayPal.Me: https://paypal.me/fastaddons - Patreon.com: https://www.patreon.com/fastaddons Thank you! :) Your donation will help me keep this extension working in future versions of Chrome! Privacy and permissions: - this extension doesn't have any permissions
확장 프로그램 기본 정보
이름 | New Window Setup |
ID | efcakoakpkmgedabopglbgpdepfkkhib |
공식 URL | https://chromewebstore.google.com/detail/new-window-setup/efcakoakpkmgedabopglbgpdepfkkhib |
설명 | Do you use multiple monitors? This extension will force new windows into one of them. |
파일 크기 | 120 KB |
설치 횟수 | 73 |
현재 버전 | 3.1 |
최근 업데이트 | 2023-12-20 |
출시 날짜 | 2021-02-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://fastaddons.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fastaddons.com/#new_window_setup |
개인정보 보호 정책 페이지 URL | https://github.com/fastaddons/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.1", "author": "Juraj M\u00e4siar", "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "icons": { "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.loader.js" }, "action": { "default_icon": { "128": "128.png" } }, "permissions": [ "storage" ], "incognito": "split" } |