Navigation Confirmation

Confirm a Reload or Close

Navigation Confirmation란 무엇입니까?

Navigation Confirmation은(는) Daniel Herr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Confirm a Reload or Close"입니다.

확장 프로그램 스크린샷

screenshot

Navigation Confirmation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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