LASTab

Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.

什么是LASTab?

LASTab是由Sam Larison开发的Chrome扩展程序,该扩展的主要功能是“Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.”。

扩展截图

screenshot

下载LASTab扩展crx文件

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

扩展使用说明

                        Automatically selects the previously selected tab if you switch to a tab, and then close it.  No longer will you be left at some random consecutive tab.  Also works if you detach a tab from the current window you will return to your previous tab instead of next to the one you removed,  

Especially useful when you have so many tabs that you must view them before close, and you happen to guess right about which one to close, only to get lost in a sea of unlabeled tabs, forced to find which one you were just on.... well... not anymore.... If you need to manage more than just one previous tab try my other extension LasTabZ linked below.                    

扩展基本信息

名称 LASTab LASTab
ID mjjejoceeofebhjldgahefongldeffha
官方URL https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha
简介 Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
文件大小 19.55 KB
安装次数 254
当前版本 0.0.1.4
更新时间 2013-06-22
上架时间 2013-06-22
评分 4.45/5 共11次评分
开发者 Sam Larison
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc
隐私政策页面URL http://vidsbee.com/ColorPick/Privacy
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.",
    "name": "LASTab",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "version": "0.0.1.4"
}