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”。
擴展截圖
下載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 |
ID | mophipfldpoeeimgjfmcnidafjggmiko |
官方網址 | 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" } } |