Auto Maximize Tab

Auto maximize a Chrome tab when it is dragged out into a new window.

什麼是Auto Maximize Tab?

Auto Maximize Tab是由Ricky K開發的Chrome擴展程式,該擴展的主要功能是“Auto maximize a Chrome tab when it is dragged out into a new window.”。

擴展截圖

下載Auto Maximize Tab擴展crx文件

下載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.                    

擴展基本資訊

名稱 Auto Maximize Tab Auto Maximize Tab
ID cgcbkddachjdngdoemmldmhldppdaeni
官方網址 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"
    }
}