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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |