Keep Last Two Tabs
This extension keep last two tabs to prevent Chrome quits when last tab is closed.
Keep Last Two Tabs क्या है?
Keep Last Two Tabs livibetter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension keep last two tabs to prevent Chrome quits when last tab is closed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keep Last Two Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a silly extension. It's made to prevent Chrome quits when you close last tab. But it's not really work as you may expect. It keeps you Chrome has at least two tabs. Because *intercepting* last tab closing is not possible without JavaScript injection into webpages, therefore this is one possible way to get around. Options: * Automatically select newly created tab. * Automatically pin newly created tab when there is no pinned tabs. (v0.4.1+) * Automatically close New Tab tabs after opening a new tab. * Open custom page. (v0.5) * Support Chrome Sync. (v0.6) This extension is an Open Source project, licensed under the MIT License. You can find it via Website link. *** Note: I don't read reviews, if you have problem with KLTT, report via Support link ***
एक्सटेंशन की मूल जानकारी
नाम | Keep Last Two Tabs |
ID | fcnmaiiahjldikaollhjobhchdbhfhgf |
आधिकारिक URL | https://chromewebstore.google.com/detail/keep-last-two-tabs/fcnmaiiahjldikaollhjobhchdbhfhgf |
विवरण | This extension keep last two tabs to prevent Chrome quits when last tab is closed. |
फ़ाइल का आकार | 102 KB |
स्थापना संख्या | 6,705 |
वर्तमान संस्करण | 0.6 |
अंतिम अपडेट | 2013-03-17 |
प्रकाशन तिथि | 2013-03-17 |
रेटिंग | 4.34/5 कुल 70 रेटिंग्स |
डेवलपर | livibetter |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/livibetter/KLTT |
सहायता पृष्ठ URL | https://github.com/livibetter/KLTT/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keep Last Two Tabs", "version": "0.6", "description": "This extension keep last two tabs to prevent Chrome quits when last tab is closed.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "manifest_version": 2 } |