TabSorter

This extension sorts your browser tabs in the best way possible.

TabSorter là gì?

TabSorter là một tiện ích mở rộng Chrome được phát triển bởi andr00, và tính năng chính của nó là "This extension sorts your browser tabs in the best way possible.".

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

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

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

                        TabSorter is a single-button extension that organizes your tabs in Google Chrome.

When you hit the TabSorter button, your tabs will be rearranged to keep tabs in order, all tabs from the same place next to each other. You will instantly be able to find groups of multiple tabs from the same website, as they will be moved into their own new Chrome window.

If there are 3 or more tabs from the same website, or if they share a common path on one website, they will be pulled into their own window. TabSorter will try to keep the most specifically related tabs in the same place. This is helpful if you have many tabs open from different sections of a single website - each section will open in a dedicated window.

Use this in conjunction with one of the merge all windows extensions to instantly and effortlessly organize all your tabs and windows.                    

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

Tên TabSorter TabSorter
ID fgjomcpofplikgpdfcpgdjjlljlnelgc
URL Chính Thức https://chromewebstore.google.com/detail/tabsorter/fgjomcpofplikgpdfcpgdjjlljlnelgc
Mô tả This extension sorts your browser tabs in the best way possible.
Kích Thước Tệp 10.51 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2021-06-17
Ngày Phát Hành 2018-08-06
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển andr00
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,
    "name": "TabSorter",
    "description": "This extension sorts your browser tabs in the best way possible.",
    "author": "andr00",
    "version": "1.0.0.2",
    "background": {
        "persistent": false,
        "scripts": [
            "tabsorter.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "tsicon19.png",
            "38": "tsicon38.png"
        },
        "default_title": "Sort tabs."
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "tsicon128.png",
        "48": "tsicon48.png",
        "16": "tsicon16.png"
    },
    "short_name": "TabSorter"
}