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