Maximize Dragged Tab
Automatically maximizes any tab that is dragged out of a window.
Maximize Dragged Tab là gì?
Maximize Dragged Tab là một tiện ích mở rộng Chrome được phát triển bởi Evan99w, và tính năng chính của nó là "Automatically maximizes any tab that is dragged out of a window.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Maximize Dragged Tab
Tải xuống các tệp mở rộng Maximize Dragged Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | niaijlpbaogmimhfoaakogncgmhhopge |
URL Chính Thức | https://chromewebstore.google.com/detail/maximize-dragged-tab/niaijlpbaogmimhfoaakogncgmhhopge |
Mô tả | Automatically maximizes any tab that is dragged out of a window. |
Kích Thước Tệp | 10.86 KB |
Số Lần Cài Đặt | 3,546 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2022-05-29 |
Ngày Phát Hành | 2022-04-08 |
Đánh Giá | 3.96/5 Tổng số 81 Đánh Giá |
Nhà Phát Triển | Evan99w |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |