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
官方URL 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"
    }
}