Closure
Require confirmation when closing a tab or navigating away from a site
Closure क्या है?
Closure Vertix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Require confirmation when closing a tab or navigating away from a site"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Closure एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Closure |
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" } } |