NoTabTearing

Prevents tearing tabs out of a window.

Cos'è NoTabTearing?

NoTabTearing è un'estensione di Chrome sviluppata da Nate, e la sua funzione principale è "Prevents tearing tabs out of a window.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NoTabTearing

Scarica i file di estensione NoTabTearing 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

                        Is tab detachment annoying for you? Do you accidentally open new windows by clicking a tab for too long too often?

This extension prevents you from dragging tabs from one window to another (tab tearing, tab detaching) by putting the tab back where it came from as soon as you pull the tab out of the window.                    

Informazioni di Base sull'Estensione

Nome NoTabTearing NoTabTearing
ID nkbifbbpealkijplojgnjcfifaiopckp
URL Ufficiale https://chromewebstore.google.com/detail/notabtearing/nkbifbbpealkijplojgnjcfifaiopckp
Descrizione Prevents tearing tabs out of a window.
Dimensione del File 7.99 KB
Conteggio Installazioni 28
Versione Corrente 0.7
Ultimo Aggiornamento 2023-01-25
Data di Pubblicazione 2013-12-13
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore Nate
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoTabTearing",
    "short_name": "NoTabTearing",
    "description": "Prevents tearing tabs out of a window.",
    "author": "Nate Hitze",
    "version": "0.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "notabtearing.js"
    }
}