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