NoTabTearing

Prevents tearing tabs out of a window.

Wat is NoTabTearing?

NoTabTearing is een Chrome-extensie ontwikkeld door Nate, en de belangrijkste functie is "Prevents tearing tabs out of a window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NoTabTearing

Download NoTabTearing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NoTabTearing NoTabTearing
ID nkbifbbpealkijplojgnjcfifaiopckp
Officiële URL https://chromewebstore.google.com/detail/notabtearing/nkbifbbpealkijplojgnjcfifaiopckp
Beschrijving Prevents tearing tabs out of a window.
Bestandsgrootte 7.99 KB
Aantal Installaties 28
Huidige Versie 0.7
Laatst Bijgewerkt 2023-01-25
Publicatiedatum 2013-12-13
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Nate
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}