Stackable - The Tab Sorter

Sorts all your tabs in one click

What is Stackable - The Tab Sorter?

Stackable - The Tab Sorter is a Chrome extension developed by scott_the_engineer, and its main feature is "Sorts all your tabs in one click".

Extension Screenshots

screenshot

Download Stackable - The Tab Sorter Extension CRX File

Download Stackable - The Tab Sorter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Stackable - The Tab Sorter Stackable - The Tab Sorter
ID fkndiglbmlamhgnceejpipckjabmhnbi
Official URL https://chromewebstore.google.com/detail/stackable-the-tab-sorter/fkndiglbmlamhgnceejpipckjabmhnbi
Description Sorts all your tabs in one click
File Size 9.27 KB
Installation Count 104
Current Version 1.3.0
Last Updated 2023-01-26
Publish Date 2021-08-02
Rating 4.50/5 Total 4 Ratings
Developer scott_the_engineer
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}