Auto Switch Tabs(自动切换标签)

用于同屏多个大屏的效果展示。通过设置的分钟会自动切换标签。

What is Auto Switch Tabs(自动切换标签)?

Auto Switch Tabs(自动切换标签) is a Chrome extension developed by 大航海海航大, and its main feature is "用于同屏多个大屏的效果展示。通过设置的分钟会自动切换标签。".

Extension Screenshots

screenshot

Download Auto Switch Tabs(自动切换标签) Extension CRX File

Download Auto Switch Tabs(自动切换标签) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Automatically switch browser tabs

适应于同浏览器中需要自动轮播多个Tab页面,用于展示的大屏。

通过设置轮播周期分钟数(Cycle),点击Begin开始计时自动切换到下一个Tab标签。如果有多个tab标签将循环按时切换,直到点击Stop停止自动循环。                    

Extension Basic Information

Name Auto Switch Tabs(自动切换标签) Auto Switch Tabs(自动切换标签)
ID bohlamihpppnhogpnhjfcoiobikjnfoi
Official URL https://chromewebstore.google.com/detail/auto-switch-tabs%E8%87%AA%E5%8A%A8%E5%88%87%E6%8D%A2%E6%A0%87%E7%AD%BE/bohlamihpppnhogpnhjfcoiobikjnfoi
Description 用于同屏多个大屏的效果展示。通过设置的分钟会自动切换标签。
File Size 176 KB
Installation Count 1,014
Current Version 1.4
Last Updated 2022-03-07
Publish Date 2022-02-15
Rating 3.50/5 Total 2 Ratings
Developer 大航海海航大
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Switch Tabs(\u81ea\u52a8\u5207\u6362\u6807\u7b7e)",
    "version": "1.4",
    "description": "\u7528\u4e8e\u540c\u5c4f\u591a\u4e2a\u5927\u5c4f\u7684\u6548\u679c\u5c55\u793a\u3002\u901a\u8fc7\u8bbe\u7f6e\u7684\u5206\u949f\u4f1a\u81ea\u52a8\u5207\u6362\u6807\u7b7e\u3002",
    "author": "ohjack",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}