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 |
| 公式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 |
| Eメール | [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"
}
} | |