Stackable - The Tab Sorter

Sorts all your tabs in one click

Что такое Stackable - The Tab Sorter?

Stackable - The Tab Sorter - это расширение Chrome, разработанное scott_the_engineer, и его основная функция - "Sorts all your tabs in one click".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Stackable - The Tab Sorter

Скачайте файлы расширений 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"
    ]
}