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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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