Maximize Dragged Tab
Automatically maximizes any tab that is dragged out of a window.
Maximize Dragged Tabคืออะไร?
Maximize Dragged Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evan99w และคุณลักษณะหลักของมันคือ "Automatically maximizes any tab that is dragged out of a window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maximize Dragged Tab
ดาวน์โหลดไฟล์ส่วนขยาย Maximize Dragged Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Re-enables the ability that automatically maximizes tabs that are dragged off of the main window. Chrome 100 and some other versions lack this feature, this extension allows you to use it again. Comes with the option to toggle it on or off. Particularly useful if you have multiple monitors or use multiple chrome windows at once. Unfortunately does not seem to work on mac.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | niaijlpbaogmimhfoaakogncgmhhopge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/maximize-dragged-tab/niaijlpbaogmimhfoaakogncgmhhopge |
คำอธิบาย | Automatically maximizes any tab that is dragged out of a window. |
ขนาดไฟล์ | 10.86 KB |
จำนวนการติดตั้ง | 3,546 |
เวอร์ชันปัจจุบัน | 1.0.8 |
อัปเดตครั้งล่าสุด | 2022-05-29 |
วันที่เผยแพร่ | 2022-04-08 |
คะแนน | 3.96/5 รวมทั้งหมด 81 คะแนน |
ผู้พัฒนา | Evan99w |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maximize Dragged Tab", "description": "Automatically maximizes any tab that is dragged out of a window.", "version": "1.0.8", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |