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
官方網址 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
}