Closed Tabs History

Displays recently closed tabs and allows to restore them.

什么是Closed Tabs History?

Closed Tabs History是由Dima PM开发的Chrome扩展程序,该扩展的主要功能是“Displays recently closed tabs and allows to restore them.”。

扩展截图

screenshot

下载Closed Tabs History扩展crx文件

下载Closed Tabs History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension displays recently closed tabs and allows to restore them.                    

扩展基本信息

名称 Closed Tabs History Closed Tabs History
ID hbonodimiklgogkiabgdkhhjkcigjhlk
官方URL https://chromewebstore.google.com/detail/closed-tabs-history/hbonodimiklgogkiabgdkhhjkcigjhlk
简介 Displays recently closed tabs and allows to restore them.
文件大小 5.83 KB
安装次数 175
当前版本 0.0.0.1
更新时间 2021-06-10
上架时间 2016-12-31
评分 5.00/5 共1次评分
开发者 Dima PM
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Closed Tabs History",
    "version": "0.0.0.1",
    "description": "Displays recently closed tabs and allows to restore them.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon 19.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "sessions"
    ],
    "manifest_version": 2
}