Undo Closed Tabs
A simple Chrome extension that restores closed tabs.
什么是Undo Closed Tabs?
Undo Closed Tabs是由htl8610开发的Chrome扩展程序,该扩展的主要功能是“A simple Chrome extension that restores closed tabs.”。
扩展截图
下载Undo Closed Tabs扩展crx文件
下载Undo Closed Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        還原已關閉分頁或視窗,並保留進度。
功能:
左鍵點擊擴充功能圖示還原最後關閉的分頁或視窗。
右鍵點擊擴充功能圖示顯示已關閉的分頁或視窗清單。
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.                     扩展基本信息
| 名称 |   |  
| ID | hnjoiigomiklfckfaapjgchaniljhinm | 
| 官方URL | https://chromewebstore.google.com/detail/undo-closed-tabs/hnjoiigomiklfckfaapjgchaniljhinm | 
| 简介 | A simple Chrome extension that restores closed tabs. | 
| 文件大小 | 7.73 KB | 
| 安装次数 | 55 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2023-03-09 | 
| 上架时间 | 2023-03-09 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | htl8610 | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/ted1030/Undo-Closed-Tabs | 
| 支持的语言 | 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"
    }
}  |  |