Auto Tab Switcher

Automatically switches to the next tab every few seconds

什么是Auto Tab Switcher?

Auto Tab Switcher是由https://r2dsolutions.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically switches to the next tab every few seconds”。

扩展截图

screenshot

下载Auto Tab Switcher扩展crx文件

下载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"
    }
}