Don't Leave

This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.

Don't Leaveคืออะไร?

Don't Leave เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Primo และคุณลักษณะหลักของมันคือ "This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Don't Leave

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

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

                        It'll alert you with a message if you try to close, reload, or leave the page anyway.

- Why our extension?
= Only by one click.
= Open-Source.                    

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

ชื่อ Don't Leave Don't Leave
ID miikombcflpfechloeocnelmgeekgild
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dont-leave/miikombcflpfechloeocnelmgeekgild
คำอธิบาย This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.
ขนาดไฟล์ 30.91 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-11-06
วันที่เผยแพร่ 2021-02-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Primo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/m-primo/Dont-Leave
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Don't Leave",
    "version": "1.0.3",
    "description": "This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "icons": [
            "img\/icon.svg"
        ]
    },
    "permissions": [
        "activeTab",
        ""
    ]
}