List All Tabs

show a list of all open tabs

List All Tabs là gì?

List All Tabs là một tiện ích mở rộng Chrome được phát triển bởi lior99apps, và tính năng chính của nó là "show a list of all open tabs".

Ả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 List All Tabs

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

                        Display all open tabs as a list, allowing easy switching, closing and muting/unmuting

Changelog:
https://github.com/lior99/see-all-tabs/blob/master/CHANGELOG.MD

Github Repo: https://github.com/lior99/see-all-tabs                    

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

Tên List All Tabs List All Tabs
ID iklkoalaepbjckknpnklbipmplnipcid
URL Chính Thức https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid
Mô tả show a list of all open tabs
Kích Thước Tệp 994 KB
Số Lần Cài Đặt 3,376
Phiên Bản Hiện Tại 4.0.2
Cập Nhật Lần Cuối 2021-03-05
Ngày Phát Hành 2019-09-14
Đánh Giá 4.50/5 Tổng số 16 Đánh Giá
Nhà Phát Triển lior99apps
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lior99/see-all-tabs
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "List All Tabs",
    "version": "4.0.2",
    "description": "show a list of all open tabs",
    "short_name": "List All Tabs",
    "author": "Lior Shtivelman",
    "permissions": [
        "tabs",
        "storage",
        "tabGroups"
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/dark_version.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+U",
                "linux": "Ctrl+Shift+U",
                "windows": "Alt+Shift+U",
                "mac": "Ctrl+Shift+U"
            }
        }
    }
}