Recently Closed

View and restore recently closed Tabs and Windows

Recently Closed là gì?

Recently Closed là một tiện ích mở rộng Chrome được phát triển bởi https://mythical5th.com, và tính năng chính của nó là "View and restore recently closed Tabs and Windows".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Recently Closed

Tải xuống các tệp mở rộng Recently Closed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Recently Closed Recently Closed
ID khiocfdofmabcpofejbffpbocoabcjib
URL Chính Thức https://chromewebstore.google.com/detail/recently-closed/khiocfdofmabcpofejbffpbocoabcjib
Mô tả View and restore recently closed Tabs and Windows
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 3,899
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2024-02-10
Ngày Phát Hành 2020-07-04
Đánh Giá 4.32/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://mythical5th.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://mythical5th.com/policies/chromeWebStore.html
Ngôn Ngữ Được Hỗ Trợ 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__"
    }
}