Don't Close Window With Last Tab

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

什麼是Don't Close Window With Last Tab?

Don't Close Window With Last Tab是由Marcel Dopita開發的Chrome擴展程式,該擴展的主要功能是“Prevent closing of Google Chrome with the last tab, the least intrusive way.”。

擴展截圖

screenshot
screenshot

下載Don't Close Window With Last Tab擴展crx文件

下載Don't Close Window With Last Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Don't Close Window With Last Tab Don't Close Window With Last Tab
ID dlnpfhfhmkiebpnlllpehlmklgdggbhn
官方網址 https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn
簡介 Prevent closing of Google Chrome with the last tab, the least intrusive way.
檔案大小 18.05 KB
安裝次數 41,333
目前版本 0.11
更新時間 2022-06-05
上架時間 2017-09-05
評分 4.06/5 共 140 次評分
開發者 Marcel Dopita
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://brouken.com/privacy-policy.html
支援的語言 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"
    }
}