Maximize Dragged Tab

Automatically maximizes any tab that is dragged out of a window.

什麼是Maximize Dragged Tab?

Maximize Dragged Tab是由Evan99w開發的Chrome擴展程式,該擴展的主要功能是“Automatically maximizes any tab that is dragged out of a window.”。

擴展截圖

screenshot

下載Maximize Dragged Tab擴展crx文件

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

擴展基本資訊

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