Auto Tab Switcher

Automatically switches to the next tab every few seconds

Auto Tab Switcher là gì?

Auto Tab Switcher là một tiện ích mở rộng Chrome được phát triển bởi https://r2dsolutions.com, và tính năng chính của nó là "Automatically switches to the next tab every few seconds".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Tab Switcher

Tải xuống các tệp mở rộng Auto Tab Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Tab Switcher Auto Tab Switcher
ID mophipfldpoeeimgjfmcnidafjggmiko
URL Chính Thức https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko
Mô tả Automatically switches to the next tab every few seconds
Kích Thước Tệp 69.86 KB
Số Lần Cài Đặt 11,702
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-03-23
Ngày Phát Hành 2023-03-23
Đánh Giá 3.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://r2dsolutions.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://portfolio.r2dsolutions.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}