Closure
Require confirmation when closing a tab or navigating away from a site
什麼是Closure?
Closure是由Vertix開發的Chrome擴展程式,該擴展的主要功能是“Require confirmation when closing a tab or navigating away from a site”。
擴展截圖
下載Closure擴展crx文件
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | jjagagcgljmlnihcilbpbfcglnopepjb | 
| 官方網址 | 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"
    }
}  |  |