Undo Closed Tabs
A simple Chrome extension that restores closed tabs.
What is Undo Closed Tabs?
Undo Closed Tabs is a Chrome extension developed by htl8610, and its main feature is "A simple Chrome extension that restores closed tabs.".
Extension Screenshots
Download Undo Closed Tabs Extension CRX File
Download Undo Closed Tabs 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
還原已關閉分頁或視窗,並保留進度。 功能: 左鍵點擊擴充功能圖示還原最後關閉的分頁或視窗。 右鍵點擊擴充功能圖示顯示已關閉的分頁或視窗清單。 Restores a closed tab or window and preserves progress. Features: Left-clicking on the extension icon restores the last closed tab or window. Right-clicking on an extension icon displays a list of closed tabs or windows.
Extension Basic Information
Name | Undo Closed Tabs |
ID | hnjoiigomiklfckfaapjgchaniljhinm |
Official URL | https://chromewebstore.google.com/detail/undo-closed-tabs/hnjoiigomiklfckfaapjgchaniljhinm |
Description | A simple Chrome extension that restores closed tabs. |
File Size | 7.73 KB |
Installation Count | 55 |
Current Version | 1.0 |
Last Updated | 2023-03-09 |
Publish Date | 2023-03-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | htl8610 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ted1030/Undo-Closed-Tabs |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Undo Closed Tabs", "version": "1.0", "description": "A simple Chrome extension that restores closed tabs.", "manifest_version": 3, "permissions": [ "tabs", "sessions", "contextMenus" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Undo Closed Tabs" }, "icons": { "48": "48.png", "128": "128.png" } } |