Chrome Close Lock

Prevent Chrome from closing without warning.

Chrome Close Lockคืออะไร?

Chrome Close Lock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Intellibyte และคุณลักษณะหลักของมันคือ "Prevent Chrome from closing without warning."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Close Lock

ดาวน์โหลดไฟล์ส่วนขยาย Chrome Close Lock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension opens a tab that can't be closed without your permission.

This prevents you from accidentally closing a multi-tab browsing session.

!!! NEW FEATURE - THEMES !!!
Clicking the icon opens the options page to choose theme options.
Send your theme ideas via email.

Click the red button on the Chrome Close Lock start page to enable protection.

Chrome version 88 or higher is required.

Popup bug has been fixed in rev 3.
Incognitio window bug has been fixed in rev 5.
*NEW FEATURE* Activate by pressing a key added in rev 6.
May 20, 2023 update was an update of internal manifest file which accidentally broke the extension (SORRY).
Minor changes in rev 7 for compatibility with manifest v3.

NOTE: Chrome Close Lock protection is no longer automatically activated. Newer versions of Chrome now require you to interact with the page to activate the code that makes Chrome Close Lock work. We added the enable button for this purpose. We are actively working to make it fully automatic again.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chrome Close Lock Chrome Close Lock
ID plcabbfeeokakkmdecdccmibahigjkno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-close-lock/plcabbfeeokakkmdecdccmibahigjkno
คำอธิบาย Prevent Chrome from closing without warning.
ขนาดไฟล์ 459 KB
จำนวนการติดตั้ง 10,594
เวอร์ชันปัจจุบัน Ver. 1 - May 23 2023 - Rev. 7
อัปเดตครั้งล่าสุด 2023-05-24
วันที่เผยแพร่ 2018-01-20
คะแนน 3.54/5 รวมทั้งหมด 74 คะแนน
ผู้พัฒนา Intellibyte
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://goo.gl/forms/RAut6mJu7XZHqAuj1
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Close Lock",
    "version": "1.2305.23.7",
    "version_name": "Ver. 1 - May 23 2023 - Rev. 7",
    "description": "Prevent Chrome from closing without warning.",
    "icons": {
        "16": "images\/lock-icon16.png",
        "48": "images\/lock-icon48.png",
        "128": "images\/lock-icon128.png"
    },
    "action": {
        "default_icon": "images\/lock-icon16.png",
        "default_title": "Chrome Close Lock",
        "default_popup": "options.html"
    },
    "incognito": "split",
    "background": {
        "service_worker": "eventpage.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "minimum_chrome_version": "88"
}