Maximize Dragged Tab

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

Was ist Maximize Dragged Tab?

Maximize Dragged Tab ist eine Chrome-Erweiterung, die von Evan99w entwickelt wurde, und ihr Hauptmerkmal ist "Automatically maximizes any tab that is dragged out of a window.".

Erweiterungsscreenshots

screenshot

Maximize Dragged Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Maximize Dragged Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Maximize Dragged Tab Maximize Dragged Tab
ID niaijlpbaogmimhfoaakogncgmhhopge
Offizielle URL https://chromewebstore.google.com/detail/maximize-dragged-tab/niaijlpbaogmimhfoaakogncgmhhopge
Beschreibung Automatically maximizes any tab that is dragged out of a window.
Dateigröße 10.86 KB
Installationsanzahl 3,546
Aktuelle Version 1.0.8
Letztes Update 2022-05-29
Veröffentlichungsdatum 2022-04-08
Bewertung 3.96/5 Insgesamt 81 Bewertungen
Entwickler Evan99w
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}