Auto Maximize Tab

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

Was ist Auto Maximize Tab?

Auto Maximize Tab ist eine Chrome-Erweiterung, die von Ricky K entwickelt wurde, und ihr Hauptmerkmal ist "Auto maximize a Chrome tab when it is dragged out into a new window.".

Erweiterungsscreenshots

Auto Maximize Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Maximize 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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Auto Maximize Tab Auto Maximize Tab
ID cgcbkddachjdngdoemmldmhldppdaeni
Offizielle URL https://chromewebstore.google.com/detail/auto-maximize-tab/cgcbkddachjdngdoemmldmhldppdaeni
Beschreibung Auto maximize a Chrome tab when it is dragged out into a new window.
Dateigröße 9.29 KB
Installationsanzahl 268
Aktuelle Version 1.1.0
Letztes Update 2023-12-29
Veröffentlichungsdatum 2022-04-18
Bewertung 3.50/5 Insgesamt 6 Bewertungen
Entwickler Ricky K
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}