NoTabTearing

Prevents tearing tabs out of a window.

Hvad er NoTabTearing?

NoTabTearing er en Chrome-udvidelse udviklet af Nate, og dens hovedfunktion er "Prevents tearing tabs out of a window.".

Udvidelsesskærmbilleder

screenshot

Download NoTabTearing-udvidelses-CRX-fil

Download NoTabTearing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn NoTabTearing NoTabTearing
ID nkbifbbpealkijplojgnjcfifaiopckp
Officiel URL https://chromewebstore.google.com/detail/notabtearing/nkbifbbpealkijplojgnjcfifaiopckp
Beskrivelse Prevents tearing tabs out of a window.
Filstørrelse 7.99 KB
Antal Installationer 28
Nuværende Version 0.7
Senest Opdateret 2023-01-25
Udgivelsesdato 2013-12-13
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler Nate
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}