Don't Close Window With Last Tab
Prevent closing of Google Chrome with the last tab, the least intrusive way.
Don't Close Window With Last Tab क्या है?
Don't Close Window With Last Tab Marcel Dopita द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevent closing of Google Chrome with the last tab, the least intrusive way."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Don't Close Window With Last Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension keeps a single pinned page to prevent closing Chrome when the last tab of the last window is closed (or every window, it's configurable). To keep the tab bar clean (unlike other extensions), the pinned page is inserted only when absolutely necessary. It also handles well cases when tabs are moved between windows. "Don't Close Window With Last Tab" provides no user interface or interaction for users. It only lets users configure additional configuration in "Options". This extension is open source, to be found at: https://github.com/moneytoo/DontCloseWindowWithLastTab
एक्सटेंशन की मूल जानकारी
नाम | Don't Close Window With Last Tab |
ID | dlnpfhfhmkiebpnlllpehlmklgdggbhn |
आधिकारिक URL | https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn |
विवरण | Prevent closing of Google Chrome with the last tab, the least intrusive way. |
फ़ाइल का आकार | 18.05 KB |
स्थापना संख्या | 41,333 |
वर्तमान संस्करण | 0.11 |
अंतिम अपडेट | 2022-06-05 |
प्रकाशन तिथि | 2017-09-05 |
रेटिंग | 4.06/5 कुल 140 रेटिंग्स |
डेवलपर | Marcel Dopita |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://brouken.com/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Don't Close Window With Last Tab", "version": "0.11", "description": "Prevent closing of Google Chrome with the last tab, the least intrusive way.", "manifest_version": 3, "options_ui": { "page": "options.html" }, "permissions": [ "tabs", "storage" ], "icons": { "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |