Stackable - The Tab Sorter

Sorts all your tabs in one click

¿Qué es Stackable - The Tab Sorter?

Stackable - The Tab Sorter es una extensión de Chrome desarrollada por scott_the_engineer, y su función principal es "Sorts all your tabs in one click".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Stackable - The Tab Sorter

Descarga archivos de extensión Stackable - The Tab Sorter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Stackable - The Tab Sorter Stackable - The Tab Sorter
ID fkndiglbmlamhgnceejpipckjabmhnbi
URL Oficial https://chromewebstore.google.com/detail/stackable-the-tab-sorter/fkndiglbmlamhgnceejpipckjabmhnbi
Descripción Sorts all your tabs in one click
Tamaño del Archivo 9.27 KB
Cantidad de Instalaciones 104
Versión Actual 1.3.0
Última Actualización 2023-01-26
Fecha de Publicación 2021-08-02
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador scott_the_engineer
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}