Tabs Genie

Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs…

Что такое Tabs Genie?

Tabs Genie - это расширение Chrome, разработанное Drew Gallagher, и его основная функция - "Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs…".

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

screenshot

Скачать файл CRX расширения Tabs Genie

Скачайте файлы расширений Tabs Genie в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs are always a problem!

Too many tabs will clutter your browser, your mind, and deter your productivity. 

What if you could stop organizing and just get stuff done? 

Introducing Tabs Genie, the auto tab sorter. 

It's very simple. It sorts your chrome tabs in the background at the frequency you choose. 

Select a frequency (or go with the default of every second) and let Tabs Genie do all the work.

Stop wasting time organizing your tab order and getting lost in the chrome tab jungle. 

Let Tabs Genie do it for you.                    

Основная информация о расширении

Название Tabs Genie Tabs Genie
ID agneehneblglmeilffcaaceoiidfgbcn
Официальный URL https://chromewebstore.google.com/detail/tabs-genie/agneehneblglmeilffcaaceoiidfgbcn
Описание Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs…
Размер файла 75.81 KB
Количество установок 39
Текущая Версия 1.1
Последнее Обновление 2023-03-04
Дата публикации 2023-02-28
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Drew Gallagher
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabs Genie",
    "version": "1.1",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}