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
Eメール [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
}