Recently Closed

View and restore recently closed Tabs and Windows

Recently Closedとは何ですか?

Recently Closedはhttps://mythical5th.comによって開発されたChromeの拡張機能で、その主な機能は「View and restore recently closed Tabs and Windows」です。

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

screenshot
screenshot
screenshot

Recently Closed拡張機能のCRXファイルをダウンロード

Recently Closed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A page for Recently Closed Tabs, following the design of the History and Downloads pages. Click a Tab or Window to restore it.

Keyboard shortcut: Alt+Z.
To change the shortcut, paste this into the address bar: chrome://extensions/shortcuts

The Trashcan and Window icons in this extension, as well as icons in promotional images, are in the public domain and available from http://paomedia.github.io/small-n-flat/                    

拡張機能の基本情報

名前 Recently Closed Recently Closed
ID khiocfdofmabcpofejbffpbocoabcjib
公式URL https://chromewebstore.google.com/detail/recently-closed/khiocfdofmabcpofejbffpbocoabcjib
説明 View and restore recently closed Tabs and Windows
ファイルサイズ 162 KB
インストール数 3,899
現在のバージョン 3.1
最終更新日 2024-02-10
公開日 2020-07-04
評価 4.32/5 合計 19 レビュー
開発者 https://mythical5th.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://mythical5th.com/policies/chromeWebStore.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "RecentTabs",
    "version": "3.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "sessions",
        "favicon"
    ],
    "background": {
        "service_worker": "sw.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Z"
            }
        }
    },
    "action": {
        "default_title": "__MSG_extName__"
    }
}