Tab+

Bring new tabs to front and in last position, allow to save and restore windows.

Tab+ là gì?

Tab+ là một tiện ích mở rộng Chrome được phát triển bởi malko-publishers, và tính năng chính của nó là "Bring new tabs to front and in last position, allow to save and restore 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 Tab+

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

                        Since 2013, this extension has brought to you some missing basic tabs management features:
- Always select tabs when opening
- Always position tabs last when opening
- Add a context menu item for opening links in the background/foreground tab depending on the options settings

New since 2024, it will also allow you to see and manage all your tabs at a glance (click the tab+ icon or hit Ctrl+Shift+e to give it a try) :
- Quick search 
- Tab moving
- Save a window and restore it later (doesn't keep history)
- Restore saved windows with tabs in an idle state

All of this, respecting your privacy, with no telemetry data or stuff like that.

(If you want to be able to manage your incognito session, click right on the extension icon -> "manage extension" and check the "Allow in incognito" checkbox)                    

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

Tên Tab+ Tab+
ID oedgpogfljghcdnodnaiomoajlbpejgi
URL Chính Thức https://chromewebstore.google.com/detail/tab+/oedgpogfljghcdnodnaiomoajlbpejgi
Mô tả Bring new tabs to front and in last position, allow to save and restore windows.
Kích Thước Tệp 39.42 KB
Số Lần Cài Đặt 464
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2018-03-30
Đánh Giá 4.40/5 Tổng số 15 Đánh Giá
Nhà Phát Triển malko-publishers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/malko/chrome-extension-tab-plus
URL Trang Trợ Giúp https://github.com/malko/chrome-extension-tab-plus
Ngôn Ngữ Được Hỗ Trợ en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "tabplus-worker.js",
        "type": "module"
    },
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "128": "assets\/logo\/128.png",
        "64": "assets\/logo\/64.png",
        "16": "assets\/logo\/16.png"
    },
    "action": {
        "default_icon": {
            "128": "assets\/logo\/128.png",
            "64": "assets\/logo\/64.png",
            "16": "assets\/logo\/16.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    },
    "name": "Tab+",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "tabGroups",
        "contextMenus",
        "storage"
    ],
    "version": "0.2.1"
}