Don't Close Window With Last Tab

Prevent closing of Google Chrome with the last tab, the least intrusive way.

Apa itu Don't Close Window With Last Tab?

Don't Close Window With Last Tab adalah ekstensi Chrome yang dikembangkan oleh Marcel Dopita, dan fitur utamanya adalah "Prevent closing of Google Chrome with the last tab, the least intrusive way.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Don't Close Window With Last Tab

Unduh file ekstensi Don't Close Window With Last Tab 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

                        This extension keeps a single pinned page to prevent closing Chrome when the last tab of the last window is closed (or every window, it's configurable). To keep the tab bar clean (unlike other extensions), the pinned page is inserted only when absolutely necessary. It also handles well cases when tabs are moved between windows.

"Don't Close Window With Last Tab" provides no user interface or interaction for users. It only lets users configure additional configuration in "Options".

This extension is open source, to be found at: https://github.com/moneytoo/DontCloseWindowWithLastTab                    

Informasi Dasar Ekstensi

Nama Don't Close Window With Last Tab Don't Close Window With Last Tab
ID dlnpfhfhmkiebpnlllpehlmklgdggbhn
URL Resmi https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn
Deskripsi Prevent closing of Google Chrome with the last tab, the least intrusive way.
Ukuran File 18.05 KB
Jumlah Instalasi 41,333
Versi Saat Ini 0.11
Terakhir Diperbarui 2022-06-05
Tanggal Publikasi 2017-09-05
Penilaian 4.06/5 Total 140 Penilaian
Pengembang Marcel Dopita
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://brouken.com/privacy-policy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don't Close Window With Last Tab",
    "version": "0.11",
    "description": "Prevent closing of Google Chrome with the last tab, the least intrusive way.",
    "manifest_version": 3,
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}