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
电子邮箱 [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"
    ]
}