Closure
Require confirmation when closing a tab or navigating away from a site
Closureคืออะไร?
Closure เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vertix และคุณลักษณะหลักของมันคือ "Require confirmation when closing a tab or navigating away from a site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Closure
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
}
} | |