NoTabTearing

Prevents tearing tabs out of a window.

Was ist NoTabTearing?

NoTabTearing ist eine Chrome-Erweiterung, die von Nate entwickelt wurde, und ihr Hauptmerkmal ist "Prevents tearing tabs out of a window.".

Erweiterungsscreenshots

screenshot

NoTabTearing-Erweiterungs-CRX-Datei herunterladen

Laden Sie NoTabTearing-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NoTabTearing NoTabTearing
ID nkbifbbpealkijplojgnjcfifaiopckp
Offizielle URL https://chromewebstore.google.com/detail/notabtearing/nkbifbbpealkijplojgnjcfifaiopckp
Beschreibung Prevents tearing tabs out of a window.
Dateigröße 7.99 KB
Installationsanzahl 28
Aktuelle Version 0.7
Letztes Update 2023-01-25
Veröffentlichungsdatum 2013-12-13
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler Nate
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}