Last Tab Keeper

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

什么是Last Tab Keeper?

Last Tab Keeper是由prins开发的Chrome扩展程序,该扩展的主要功能是“This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Last Tab Keeper扩展crx文件

下载Last Tab Keeper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Last Tab Keeper Last Tab Keeper
ID ogookjjcaobcijoblfjoneggmhdlppkc
官方URL https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc
简介 This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
文件大小 15.04 KB
安装次数 9,315
当前版本 1.2.5
更新时间 2012-07-22
上架时间 2012-07-22
评分 2.96/5 共69次评分
开发者 prins
付费类型 free
支持的语言 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"
    ]
}