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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marcel Dopita และคุณลักษณะหลักของมันคือ "Prevent closing of Google Chrome with the last tab, the least intrusive way."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Don't Close Window With Last Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}