Tabbie - Undo closed tabs

Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.

Tabbie - Undo closed tabs là gì?

Tabbie - Undo closed tabs là một tiện ích mở rộng Chrome được phát triển bởi Angus Zhu, và tính năng chính của nó là "Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tabbie - Undo closed tabs

Tải xuống các tệp mở rộng Tabbie - Undo closed tabs 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

                        Tabbie allows you to undo closed tabs or windows from a simple popup.
- Beautifully designed, and supports dark mode.
- Histories of the undo tabs are saved.
- No data transmitted to third-party, privacy protected.                    

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

Tên Tabbie - Undo closed tabs Tabbie - Undo closed tabs
ID piepmnmkfdajejodnppndgeogppepdld
URL Chính Thức https://chromewebstore.google.com/detail/tabbie-undo-closed-tabs/piepmnmkfdajejodnppndgeogppepdld
Mô tả Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.
Kích Thước Tệp 78.22 KB
Số Lần Cài Đặt 368
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-11-28
Ngày Phát Hành 2020-12-21
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Angus Zhu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "short_name": "Tabbie",
    "version": "2.0.1",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/tab-16.png",
            "24": "icons\/tab-24.png",
            "32": "icons\/tab-32.png"
        },
        "theme_icons": [
            {
                "light": "icons\/tab-16-light.png",
                "dark": "icons\/tab-16.png",
                "size": 16
            },
            {
                "light": "icons\/tab-24-light.png",
                "dark": "icons\/tab-24.png",
                "size": 24
            },
            {
                "light": "icons\/tab-32-light.png",
                "dark": "icons\/tab-32.png",
                "size": 32
            }
        ]
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "sessions",
        "tabs"
    ],
    "default_locale": "en"
}