Maximize Detached Tab

Maximizes tab that is dragged from a maximized window.

What is Maximize Detached Tab?

Maximize Detached Tab is a Chrome extension developed by tberghuis, and its main feature is "Maximizes tab that is dragged from a maximized window.".

Extension Screenshots

screenshot

Download Maximize Detached Tab Extension CRX File

Download Maximize Detached Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension restores the behaviour of automatically maximising detached tabs. (behaviour removed chrome version 100)

Dragged tag to automatically maximise if detached from maximised window.

Source code: https://github.com/tberghuis/maximize-detached-tab                    

Extension Basic Information

Name Maximize Detached Tab Maximize Detached Tab
ID fnljlhcgjoehmlmodjgejheenbacnjke
Official URL https://chromewebstore.google.com/detail/maximize-detached-tab/fnljlhcgjoehmlmodjgejheenbacnjke
Description Maximizes tab that is dragged from a maximized window.
File Size 9.49 KB
Installation Count 52
Current Version 0.0.2
Last Updated 2022-05-05
Publish Date 2022-05-04
Developer tberghuis
Email [email protected]
Payment Type free
Extension Website https://github.com/tberghuis/maximize-detached-tab/
Help Page URL https://github.com/tberghuis/maximize-detached-tab/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maximize Detached Tab",
    "description": "Maximizes tab that is dragged from a maximized window.",
    "version": "0.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "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"
    }
}