Do not close browser with last tab
Creates a new window with the same properties as the closing one when the last tab is closed.
Do not close browser with last tabคืออะไร?
Do not close browser with last tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sebastian Blask และคุณลักษณะหลักของมันคือ "Creates a new window with the same properties as the closing one when the last tab is closed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Do not close browser with last tab
ดาวน์โหลดไฟล์ส่วนขยาย Do not close browser with last tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do not close browser with last tab ================================== Chrome usually shuts down when its last tab is closed. This extension creates a new window with the same properties as the closing one when this happens. You might get a flicker, but the perceived effect will be that a new tab replaces the closed one. As there is neither a way to capture the window properties while the tab is closing nor an event that informs about updates to the properties, they are cached whenever the focus of the window or a tab changes (which includes creating new windows and tabs). This extension only works if the `Continue running background apps when Chromium is closed` setting (under `Advanced`) is enabled (it is by default). Known Issues ------------ XFCE: The properties of non-maximized windows given by Chrome are incorrect as they do not account for border and title bar. This results in a displacement when the window is re-created. Feedback -------- You can report bugs or make feature requests on https://github.com/sblask/webextension-do-not-close-browser-with-last-tab Patches are welcome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Do not close browser with last tab |
ID | iiolkehjeklhkdphaakkceadenbcdahj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/do-not-close-browser-with/iiolkehjeklhkdphaakkceadenbcdahj |
คำอธิบาย | Creates a new window with the same properties as the closing one when the last tab is closed. |
ขนาดไฟล์ | 30.88 KB |
จำนวนการติดตั้ง | 655 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-03-31 |
วันที่เผยแพร่ | 2017-11-12 |
คะแนน | 2.80/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Sebastian Blask |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sblask/webextension-do-not-close-browser-with-last-tab |
URL หน้าช่วยเหลือ | https://github.com/sblask/webextension-do-not-close-browser-with-last-tab |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sebastian Blask", "background": { "scripts": [ "background.js" ] }, "description": "Creates a new window with the same properties as the closing one when the last tab is closed.", "homepage_url": "https:\/\/github.com\/sblask\/webextension-do-not-close-browser-with-last-tab", "icons": { "128": "icon-128x128.png", "16": "icon-16x16.png", "32": "icon-32x32.png", "48": "icon-48x48.png", "64": "icon-64x64.png" }, "manifest_version": 2, "name": "Do not close browser with last tab", "offline_enabled": true, "permissions": [ "background" ], "version": "1.0.0" } |