Stackable - The Tab Sorter

Sorts all your tabs in one click

Stackable - The Tab Sorterとは何ですか?

Stackable - The Tab Sorterはscott_the_engineerによって開発されたChromeの拡張機能で、その主な機能は「Sorts all your tabs in one click」です。

拡張機能のスクリーンショット

screenshot

Stackable - The Tab Sorter拡張機能のCRXファイルをダウンロード

Stackable - The Tab Sorter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        We've all been there were we lose our place in the dozens of open tabs. Now we can sort similar tabs at the click of a button.  

This is an incredibly simple to use extension that belongs in any internet explorer's toolbelt.  

Whether you browse the web for fun or have 15 spreadsheets, docs, or slides open for work, you'll be able to keep track of everything with Stackable - The Tab Sorter

Deployment Notes:
- Migrated to MV3                    

拡張機能の基本情報

名前 Stackable - The Tab Sorter Stackable - The Tab Sorter
ID fkndiglbmlamhgnceejpipckjabmhnbi
公式URL https://chromewebstore.google.com/detail/stackable-the-tab-sorter/fkndiglbmlamhgnceejpipckjabmhnbi
説明 Sorts all your tabs in one click
ファイルサイズ 9.27 KB
インストール数 104
現在のバージョン 1.3.0
最終更新日 2023-01-26
公開日 2021-08-02
評価 4.50/5 合計 4 レビュー
開発者 scott_the_engineer
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stackable - The Tab Sorter",
    "description": "Sorts all your tabs in one click",
    "version": "1.3.0",
    "icons": {
        "128": "icon_128.png"
    },
    "action": [],
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs"
    ]
}