Closure

Require confirmation when closing a tab or navigating away from a site

ما هو Closure؟

Closure هو إضافة Chrome تم تطويرها بواسطة Vertix، والميزة الرئيسية لها هي "Require confirmation when closing a tab or navigating away from a site".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Closure

قم بتنزيل ملفات الامتداد Closure بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Never lose an important tab again; just set a tab to require confirmation when closing or navigating away from a site.

This Chrome extension will help prevent against accidental closure of tabs containing important information.

Just right-click, select "Confirm Closure", and you will be alerted before your tab is closed.

Credits:
Icon made by Pixelbuddha from www.flaticon.com                    

معلومات أساسية عن التمديد

الاسم Closure Closure
ID jjagagcgljmlnihcilbpbfcglnopepjb
عنوان URL الرسمي https://chromewebstore.google.com/detail/closure/jjagagcgljmlnihcilbpbfcglnopepjb
الوصف Require confirmation when closing a tab or navigating away from a site
حجم الملف 10.57 KB
عدد التثبيتات 859
النسخة الحالية 0.1
آخر تحديث 2022-06-16
تاريخ النشر 2017-07-12
تقييم 3.43/5 مجموع تقييمات 7
المطور Vertix
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Closure",
    "description": "Require confirmation when closing a tab or navigating away from a site",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/img\/favicon.ico"
    ],
    "options_page": "options\/options.html",
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "\/img\/icon16.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    }
}