Navigation Confirmation

Confirm a Reload or Close

Что такое Navigation Confirmation?

Navigation Confirmation - это расширение Chrome, разработанное Daniel Herr, и его основная функция - "Confirm a Reload or Close".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Navigation Confirmation

Скачайте файлы расширений Navigation Confirmation в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Click the icon to create a popup when you attempt to navigate to another page or reload the current one. The check mark indicates that you will be asked confirmation on the current tab. The red x indicates that you will not be asked to confirm leaving the page. Click the icon to toggle on and off. There is also an option to confirm when closing the window.                    

Основная информация о расширении

Название Navigation Confirmation Navigation Confirmation
ID hneikegkjmchoaghaahefkhecifdibpk
Официальный URL https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk
Описание Confirm a Reload or Close
Размер файла 24.54 KB
Количество установок 273
Текущая Версия 3.1.1
Последнее Обновление 2016-01-29
Дата публикации 2016-01-29
Рейтинг 3.10/5 Всего 10 оценок
Разработчик Daniel Herr
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://danielherr.github.io
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Daniel Herr",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "warning.png",
        "default_title": "Unconfirmed"
    },
    "description": "Confirm a Reload or Close",
    "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/",
    "icons": {
        "128": "check.png"
    },
    "manifest_version": 2,
    "name": "Navigation Confirmation",
    "offline_enabled": true,
    "optional_permissions": [
        ""
    ],
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "3.1.1"
}