Fast tabs 3D

Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories

Fast tabs 3D là gì?

Fast tabs 3D là một tiện ích mở rộng Chrome được phát triển bởi max, và tính năng chính của nó là "Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories".

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

screenshot
screenshot

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

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

                        Goal: Quick manage and navigation between tabs in the browser

The extension shows actual tab snapshots

Hot keys 
Command/Ctrl+0 - open "Fast Tabs"
ArrowLeft - focus prev group
ArrowRight - focus next group
ArrowUp - focus prev tab
ArrowDown - focus next tab
Enter - switch to focused tab
Delete - close focused tab
Ctrl+Q - toggle Quick Access/Group Favorites                    

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

Tên Fast tabs 3D Fast tabs 3D
ID iofckehgocacfnpfgbcgpmgblkccjpnk
URL Chính Thức https://chromewebstore.google.com/detail/fast-tabs-3d/iofckehgocacfnpfgbcgpmgblkccjpnk
Mô tả Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories
Kích Thước Tệp 649 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2022-06-30
Ngày Phát Hành 2021-03-02
Nhà Phát Triển max
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": 2,
    "version": "1.5.0",
    "short_name": "Fast tabs 3D",
    "name": "Fast tabs 3D",
    "description": "Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories",
    "browser_action": {
        "default_title": "Fast tabs 3D",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+0",
                "mac": "Command+0"
            }
        }
    },
    "permissions": [
        "windows",
        "tabs",
        "activeTab",
        "bookmarks",
        ""
    ]
}