Last Tab

Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…

什么是Last Tab?

Last Tab是由SnowDonut开发的Chrome扩展程序,该扩展的主要功能是“Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…”。

下载Last Tab扩展crx文件

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

扩展使用说明

                        Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you were just working on. Can assign a shortcut to it to make it easily accessible.                    

扩展基本信息

名称 Last Tab Last Tab
ID ahjejhiehlhdhcgpifiappdhdjhbhcpf
官方URL https://chromewebstore.google.com/detail/last-tab/ahjejhiehlhdhcgpifiappdhdjhbhcpf
简介 Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…
文件大小 81.62 KB
安装次数 79
当前版本 0.1
更新时间 2016-10-26
上架时间 2016-10-26
评分 5.00/5 共2次评分
开发者 SnowDonut
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Last Tab",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}