TabPlus

The most feature-packed tab manager. Save & organize your tabs, sync across devices!

TabPlus là gì?

TabPlus là một tiện ích mở rộng Chrome được phát triển bởi pecacheu, và tính năng chính của nó là "The most feature-packed tab manager. Save & organize your tabs, sync across devices!".

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

screenshot

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

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

                        Tab++ allows you to save your tabs for later. You can organize, categorize, and name them, then restore individual tabs or tab groups at any time. You can even sync them across devices!

Tab++ is inspired by similar extensions like OneTab, only with **WAY** more features... Like folders, cloud-syncing, easy backup and restore, and more!

# Note: Usage help can be found in the options page. #

NEW IN v1.7.1
- Code minified to save space
- Fixed version name glitch
- Adjusted drag delay
- Dragging a tablist triggers a view redraw as it should

NEW IN v1.7.0:
- Ported to the new manifest v3 API.
- Total codebase rewrite with asynchronous architecture and service workers, for massively improved performance and stability.
- Fixed graphical bugs on loading screen in newer Chrome(/Chromium) versions.
- More error messages (instead of failing silently, without telling you!)
- Automatic restore-from-backup on critical sync error. Say no more to the sync tab eating your tabs into the void because your internet is slow.
- INFINITE SCROLLING! (Yeah boiii, now you can legit have 10,000+ tabs with zero lag! Tabs load via pop-in, as you scroll, similar to Discord and other messengers.)                    

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

Tên TabPlus TabPlus
ID hfcdmjginkilbcfeffkkggemafdjflhp
URL Chính Thức https://chromewebstore.google.com/detail/tabplus/hfcdmjginkilbcfeffkkggemafdjflhp
Mô tả The most feature-packed tab manager. Save & organize your tabs, sync across devices!
Kích Thước Tệp 283 KB
Số Lần Cài Đặt 492
Phiên Bản Hiện Tại 1.7.1
Cập Nhật Lần Cuối 2023-02-19
Ngày Phát Hành 2018-01-06
Đánh Giá 3.27/5 Tổng số 15 Đánh Giá
Nhà Phát Triển pecacheu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TabPlus",
    "short_name": "Tab++",
    "version": "1.7.1",
    "description": "The most feature-packed tab manager. Save & organize your tabs, sync across devices!",
    "icons": {
        "32": "icon32.png",
        "256": "icon256.png"
    },
    "background": {
        "service_worker": "tabservice.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_title": "Tab++",
        "default_icon": "icon256.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    }
}