Auto Tab Switcher

Automatically switches to the next tab every few seconds

Что такое Auto Tab Switcher?

Auto Tab Switcher - это расширение Chrome, разработанное https://r2dsolutions.com, и его основная функция - "Automatically switches to the next tab every few seconds".

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

screenshot

Скачать файл CRX расширения Auto Tab Switcher

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

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

                        Tab Switcher is a Chrome extension that automatically switches between open tabs at a specified interval. With the ability to set a custom time interval for switching, this extension helps users efficiently navigate through their open tabs without wasting time or energy. The extension also includes a pop-up page with toggle buttons for easy on/off switching and the ability to customize the delay setting. Whether you're juggling multiple tabs for work or leisure, Tab Switcher helps streamline your browsing experience and boost productivity.                    

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

Название Auto Tab Switcher Auto Tab Switcher
ID mophipfldpoeeimgjfmcnidafjggmiko
Официальный URL https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko
Описание Automatically switches to the next tab every few seconds
Размер файла 69.86 KB
Количество установок 11,702
Текущая Версия 1.0.0
Последнее Обновление 2023-03-23
Дата публикации 2023-03-23
Рейтинг 3.44/5 Всего 9 оценок
Разработчик https://r2dsolutions.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://portfolio.r2dsolutions.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Tab Switcher",
    "description": "Automatically switches to the next tab every few seconds",
    "version": "1.0.0",
    "icons": {
        "16": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}