NoTabTearing

Prevents tearing tabs out of a window.

Co to jest NoTabTearing?

NoTabTearing to rozszerzenie Chrome opracowane przez Nate, a jego główną funkcją jest „Prevents tearing tabs out of a window.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NoTabTearing

Pobierz pliki rozszerzeń NoTabTearing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NoTabTearing NoTabTearing
ID nkbifbbpealkijplojgnjcfifaiopckp
Oficjalny URL https://chromewebstore.google.com/detail/notabtearing/nkbifbbpealkijplojgnjcfifaiopckp
Opis Prevents tearing tabs out of a window.
Rozmiar pliku 7.99 KB
Liczba instalacji 28
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2023-01-25
Data Publikacji 2013-12-13
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper Nate
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}