Easy Undo Closed Tab

Quickly restore closed tabs with one click

Co je Easy Undo Closed Tab?

Easy Undo Closed Tab je rozšíření Chrome vyvinuté st67891, a jeho hlavní funkcí je „Quickly restore closed tabs with one click“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Easy Undo Closed Tab

Stáhněte si soubory rozšíření Easy Undo Closed Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        "Easy Undo Closed Tab" is a powerful and practical Chrome browser extension designed to provide users with a convenient way to restore closed tabs.

In our daily web browsing, we often accidentally close a tab. This may be due to misoperation, browsing too fast, or an unexpected browser crash. Either way, losing an important web tab can be inconvenient. The mission of "Easy Undo" is to solve this problem, so that you don't have to worry about accidentally closing tabs and can easily restore them.

Once you install the Easy Undo extension, it will become a great addition to your Chrome browser. Here are the main functions and features of the extension:

1. One-click recovery: With "Easy Undo", you can reopen the recently closed tab with just one click. This means you no longer have to spend time and effort hunting down your history or re-searching for lost content.

2. Restore multiple tabs: Sometimes, we may close multiple tabs at one time. "Easy Undo" not only supports the recovery of a single tab, but also can restore multiple tabs at the same time, helping you get back to your web browsing tasks more efficiently.

3. History viewing: "Easy Undo" also provides a convenient history viewing function, allowing you to browse the list of your recently closed tabs. This way, even if you don't need to restore the tab at the moment, you can always view your closing history.

4. Quick search: If you have a lot of closed tabs, don’t worry about not being able to find a specific page. "Easy Undo" also has a quick search function, allowing you to quickly locate the tab you want to restore based on its title or URL.

5. Customization options: "Easy Undo" allows users to customize the behavior of the extension, including setting shortcut keys, changing appearance and interface options, and adjusting the behavior of the recovery tab to meet personal needs.

6. Interference-free experience: The extension’s design is simple and intuitive and will not interfere with your browsing experience. It only appears when you need it, giving you the functionality you need.

Whether you are an individual user or a professional user, "Easy Undo" is a powerful assistant for your daily web browsing. It can help you avoid unnecessary troubles and improve your work and entertainment efficiency. No more worrying about accidentally closing tabs because Easy Undo makes it easy to get them back.

All in all, "Easy Undo Closed Tab" is a reliable Chrome extension designed to help users quickly restore closed tabs and reduce inconvenience during browsing. Install now and experience "Easy Undo" to make your web browsing easier and more enjoyable!                    

Základní Informace o Rozšíření

Název Easy Undo Closed Tab Easy Undo Closed Tab
ID fhclnjohpfeehjokphdhjdpnkhmclonp
Oficiální URL https://chromewebstore.google.com/detail/easy-undo-closed-tab/fhclnjohpfeehjokphdhjdpnkhmclonp
Popis Quickly restore closed tabs with one click
Velikost souboru 210 KB
Počet instalací 213
Aktuální Verze 1.1.0
Poslední Aktualizace 2023-12-09
Datum Vydání 2023-09-14
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář st67891
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.dingdangv.com/protocol
Podporované Jazyky de,en,en-GB,en-US,fr,da,es,es-419,it,ru,hi,bn,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_name__",
    "version": "1.1.0",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "icons": {
        "128": "icon\/icon128.png",
        "48": "icon\/icon48.png",
        "16": "icon\/icon16.png"
    },
    "commands": {
        "easytabundo": {
            "description": "__MSG_commands_description__",
            "suggested_key": {
                "default": "Alt+D",
                "mac": "MacCtrl+D"
            }
        }
    },
    "options_page": "setting.html",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "favicon"
    ],
    "action": {
        "default_icon": {
            "19": "icon\/icon48.png"
        },
        "default_title": "__MSG_default_title__",
        "default_popup": "popup.html"
    }
}