WebExtension.net
Toggle dark mode
WebExtension.net

SimpleUndoClose

View on Chrome Web Store
View SimpleUndoClose Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (442 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

A simple popup to undo closed tabs, just that and a bit more.
Type
Extension
Users
100,000 users
blandLIFE.dev
View author page of blandLIFE.dev
Published
Published on September 3, 2012
Version 1.3.11
Manifest version
2
Updated
Updated on November 14, 2020
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SimpleUndoClose 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",
    "name": "SimpleUndoClose",
    "version": "1.3.11",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19-0.png",
            "38": "icon-38-0.png"
        },
        "default_title": "__MSG_manifest_toolbarbtn_tooltip__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "common.js",
            "bg.js"
        ],
        "persistent": false
    },
    "commands": {
        "undo-latest": {
            "suggested_key": {
                "default": "Alt+Z",
                "mac": "MacCtrl+Z"
            },
            "description": "__MSG_manifest_kbshort1__"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "chrome:\/\/favicon\/"
    ]
}
© 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