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
官方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"
    }
}