NoTabTearing

Prevents tearing tabs out of a window.

Apa itu NoTabTearing?

NoTabTearing adalah ekstensi Chrome yang dikembangkan oleh Nate, dan fitur utamanya adalah "Prevents tearing tabs out of a window.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NoTabTearing

Unduh file ekstensi NoTabTearing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NoTabTearing NoTabTearing
ID nkbifbbpealkijplojgnjcfifaiopckp
URL Resmi https://chromewebstore.google.com/detail/notabtearing/nkbifbbpealkijplojgnjcfifaiopckp
Deskripsi Prevents tearing tabs out of a window.
Ukuran File 7.99 KB
Jumlah Instalasi 28
Versi Saat Ini 0.7
Terakhir Diperbarui 2023-01-25
Tanggal Publikasi 2013-12-13
Penilaian 3.33/5 Total 3 Penilaian
Pengembang Nate
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}