New Window Setup
Do you use multiple monitors? This extension will force new windows into one of them.
New Window Setupคืออะไร?
New Window Setup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fastaddons.com และคุณลักษณะหลักของมันคือ "Do you use multiple monitors? This extension will force new windows into one of them."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Window Setup
ดาวน์โหลดไฟล์ส่วนขยาย New Window Setup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |