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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |