Auto Maximize Tab
Auto maximize a Chrome tab when it is dragged out into a new window.
Auto Maximize Tabคืออะไร?
Auto Maximize Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ricky K และคุณลักษณะหลักของมันคือ "Auto maximize a Chrome tab when it is dragged out into a new window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Maximize Tab
ดาวน์โหลดไฟล์ส่วนขยาย Auto Maximize Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome released a new version on April 1, 2022 which changed the behavior of dragging out a tab into a new window/monitor. When you drag a tab out into a new window, it stays small and no longer maximizes to fill the screen. This Chrome extension aims to bring back the old behavior. Specifically, this extension does the following: - If the window is maximized, and you drag a tab out into a new window then it'll maximize the new window as well. - If the window was not maximized to begin with, then the new window after dragging out a tab will not be maximized. - Supports dragging out multiple tabs at once. This extension does not require any additional permissions. This extension does not track or store any user data.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cgcbkddachjdngdoemmldmhldppdaeni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-maximize-tab/cgcbkddachjdngdoemmldmhldppdaeni |
คำอธิบาย | Auto maximize a Chrome tab when it is dragged out into a new window. |
ขนาดไฟล์ | 9.29 KB |
จำนวนการติดตั้ง | 268 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-12-29 |
วันที่เผยแพร่ | 2022-04-18 |
คะแนน | 3.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Ricky K |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Maximize Tab", "manifest_version": 3, "version": "1.1.0", "description": "Auto maximize a Chrome tab when it is dragged out into a new window.", "permissions": [], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |