WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Last Tabs

Last Tabs

View on Chrome Web Store
View Last Tabs Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (19 ratings)
1 new ratings
31 views
This extension has been viewed 31 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Provides a menu with your previous tabs in order of access - never loose track of you last tab again!
Type
Extension
Users
644 users
1
Sam Larison
View author page of Sam Larison
Published
Published on February 24, 2010
Version 0.0.4.10
Manifest version
2
Updated
Updated on February 11, 2018
productivity/developer
Extension Category
View on Chrome Web Store
View Last Tabs Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Provides a menu with your previous tabs in order of access - never loose track of you last tab again!",
    "name": "Last Tabs",
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_title": "LASTabs",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "commands": {
        "navigate-last-tab-1": {
            "suggested_key": {
                "default": "Alt+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Take me to the last tab I was on"
        },
        "navigate-last-tab-2": {
            "suggested_key": {
                "default": "Alt+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "Take me two tabs back"
        },
        "navigate-last-tab-3": {
            "suggested_key": {
                "default": "Alt+Shift+3",
                "mac": "Command+Shift+5"
            },
            "description": "Take me three tabs back"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "<all_urls>",
        "tabs"
    ],
    "version": "0.0.4.10"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top