Prevent Tab Closing
Prevents tabs from closing unexpectedly. Using dialog 'Are you sure?'
Prevent Tab Closing क्या है?
Prevent Tab Closing https://shoshins.github.io/prevent-tab-closing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents tabs from closing unexpectedly. Using dialog 'Are you sure?'"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Prevent Tab Closing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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. It will work on all pages in any tabs or on some specific URLs that you may specify in the Extension UI. You may Turn ON / Turn OFF it easily using Enable / Disable Button. And it's absolutely safe. Source code is OpenSource. Video Example: https://drive.google.com/file/d/1z94MbSk5zt6HdXDB9YgKLnAK9efxVldg/view 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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jilanldohabpfcpgihdcadeffoopefbb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/prevent-tab-closing/jilanldohabpfcpgihdcadeffoopefbb |
विवरण | Prevents tabs from closing unexpectedly. Using dialog 'Are you sure?' |
फ़ाइल का आकार | 39.13 KB |
स्थापना संख्या | 664 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2021-03-02 |
प्रकाशन तिथि | 2020-11-06 |
रेटिंग | 2.86/5 कुल 7 रेटिंग्स |
डेवलपर | https://shoshins.github.io/prevent-tab-closing |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://shoshins.github.io/prevent-tab-closing/ |
सहायता पृष्ठ URL | https://shoshins.github.io/prevent-tab-closing/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Prevent Tab Closing", "version": "0.0.2", "description": "Prevents tabs from closing unexpectedly. Using dialog 'Are you sure?'", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_title": "Prevent tab from closing unexpectedly", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |