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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Undo Closed Tabs Undo Closed Tabs
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
Eメール [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"
    }
}