Prevent Tab Closing Extension.
What is this about.
.
This extension prevents unexpected tabs closing in browser.
Browser will ask ‘Are you sure?’ before leaving the page or closing the tab. Forget about losing data in case of accidental browser closing.
Screenshots.
Video Example: https://drive.google.com/file/d/1z94MbSk5zt6HdXDB9YgKLnAK9efxVldg/view
Features.
You may Turn ON / Turn OFF it easily using Enable / Disable Button.
It will work on all pages in any tabs or on some specific URLs that you may specify in the Extension UI.
URL Regex Examples.
- Example #1. Ask on all websites
".*"
- Example #2. Ask only on specific website, for example google.com:
".*google.com.*"
More info about Regex: https://regexr.com
Installation
Google Chrome Extension: Install
Source Code: Review
Security
And it’s absolutely safe. Source code is OpenSource.