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
官方網址 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
電子郵箱 [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"
    ]
}