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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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",
        ""
    ]
}