Keep Last Two Tabs

This extension keep last two tabs to prevent Chrome quits when last tab is closed.

What is Keep Last Two Tabs?

Keep Last Two Tabs is a Chrome extension developed by livibetter, and its main feature is "This extension keep last two tabs to prevent Chrome quits when last tab is closed.".

Extension Screenshots

screenshot

Download Keep Last Two Tabs Extension CRX File

Download Keep Last Two Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 ***                    

Extension Basic Information

Name Keep Last Two Tabs Keep Last Two Tabs
ID fcnmaiiahjldikaollhjobhchdbhfhgf
Official URL https://chromewebstore.google.com/detail/keep-last-two-tabs/fcnmaiiahjldikaollhjobhchdbhfhgf
Description This extension keep last two tabs to prevent Chrome quits when last tab is closed.
File Size 102 KB
Installation Count 6,705
Current Version 0.6
Last Updated 2013-03-17
Publish Date 2013-03-17
Rating 4.34/5 Total 70 Ratings
Developer livibetter
Payment Type free
Extension Website https://github.com/livibetter/KLTT
Help Page URL https://github.com/livibetter/KLTT/issues
Supported Languages 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
}