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
公式URL 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
Eメール [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"
}