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…

What is Last Tab?

Last Tab is a Chrome extension developed by SnowDonut, and its main feature is "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…".

Download Last Tab Extension CRX File

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

                        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.                    

Extension Basic Information

Name Last Tab Last Tab
ID ahjejhiehlhdhcgpifiappdhdjhbhcpf
Official URL https://chromewebstore.google.com/detail/last-tab/ahjejhiehlhdhcgpifiappdhdjhbhcpf
Description 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…
File Size 81.62 KB
Installation Count 79
Current Version 0.1
Last Updated 2016-10-26
Publish Date 2016-10-26
Rating 5.00/5 Total 2 Ratings
Developer SnowDonut
Payment Type free
Supported Languages 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"
    ]
}