TabSorter

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

什麼是TabSorter?

TabSorter是由andr00開發的Chrome擴展程式,該擴展的主要功能是“This extension sorts your browser tabs in the best way possible.”。

擴展截圖

下載TabSorter擴展crx文件

下載TabSorter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 TabSorter TabSorter
ID fgjomcpofplikgpdfcpgdjjlljlnelgc
官方網址 https://chromewebstore.google.com/detail/tabsorter/fgjomcpofplikgpdfcpgdjjlljlnelgc
簡介 This extension sorts your browser tabs in the best way possible.
檔案大小 10.51 KB
安裝次數 37
目前版本 1.0.0.2
更新時間 2021-06-17
上架時間 2018-08-06
評分 3.00/5 共 2 次評分
開發者 andr00
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}