Last Tab Keeper

This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.

What is Last Tab Keeper?

Last Tab Keeper is a Chrome extension developed by prins, and its main feature is "This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Last Tab Keeper Extension CRX File

Download Last Tab Keeper 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

                        Would you like to open a new tab after closing last tab? It may be helpful.
This extension create a new tab automatically instead of your operation.

LastTabKeeper only creates a new tab when a last tab is not blank.
When you close a last tab blank, Chrome can quit. (as same as default behavior)

Note : This extension doesn't collect history data.

### Ver 1.2.5 ###
Minor change (to support Chrome v23 or later)                    

Extension Basic Information

Name Last Tab Keeper Last Tab Keeper
ID ogookjjcaobcijoblfjoneggmhdlppkc
Official URL https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc
Description This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
File Size 15.04 KB
Installation Count 9,315
Current Version 1.2.5
Last Updated 2012-07-22
Publish Date 2012-07-22
Rating 2.96/5 Total 69 Ratings
Developer prins
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Last Tab Keeper",
    "version": "1.2.5",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}