Maximize Detached Tab

Maximizes tab that is dragged from a maximized window.

Cos'è Maximize Detached Tab?

Maximize Detached Tab è un'estensione di Chrome sviluppata da tberghuis, e la sua funzione principale è "Maximizes tab that is dragged from a maximized window.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Maximize Detached Tab

Scarica i file di estensione Maximize Detached Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Maximize Detached Tab Maximize Detached Tab
ID fnljlhcgjoehmlmodjgejheenbacnjke
URL Ufficiale https://chromewebstore.google.com/detail/maximize-detached-tab/fnljlhcgjoehmlmodjgejheenbacnjke
Descrizione Maximizes tab that is dragged from a maximized window.
Dimensione del File 9.49 KB
Conteggio Installazioni 52
Versione Corrente 0.0.2
Ultimo Aggiornamento 2022-05-05
Data di Pubblicazione 2022-05-04
Sviluppatore tberghuis
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tberghuis/maximize-detached-tab/
URL della Pagina di Aiuto https://github.com/tberghuis/maximize-detached-tab/issues
Lingue Supportate 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"
    }
}