WebExtension.net
WebExtension.net

Last Tabs

View on Chrome Web Store
View Last Tabs Chrome Extension on Chrome Web Store
4.3 (20 ratings)

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
841 users
5
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
View on Chrome Web Store
View Last Tabs Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

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"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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