TabRotator
Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!
TabRotatorとは何ですか?
TabRotatorはAoliaoによって開発されたChromeの拡張機能で、その主な機能は「Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!」です。
拡張機能のスクリーンショット
TabRotator拡張機能のCRXファイルをダウンロード
TabRotator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Our Chrome extension is designed to enhance your productivity by allowing you to monitor multiple dashboards simultaneously on a single screen. With its automatic tab rotation feature, you no longer need to manually switch between tabs, as the extension will do it for you. Additionally, the extension is easy to use and can be installed quickly. Try it now and experience the benefits of increased productivity.
拡張機能の基本情報
名前 | TabRotator |
ID | ccpljcccdfjlmhgfdempglibnfjfpldh |
公式URL | https://chromewebstore.google.com/detail/tabrotator/ccpljcccdfjlmhgfdempglibnfjfpldh |
説明 | Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now! |
ファイルサイズ | 245 KB |
インストール数 | 53 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2023-03-18 |
公開日 | 2023-03-18 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Aoliao |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabRotator", "version": "0.0.0.1", "description": "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!", "manifest_version": 3, "minimum_chrome_version": "93", "background": { "service_worker": ".\/background.js", "type": "module" }, "permissions": [ "alarms", "storage", "notifications" ], "action": { "default_popup": ".\/popup.html", "default_icon": ".\/icons\/tabrn256.png", "icons": { "16": ".\/icons\/tabrn16.png", "32": ".\/icons\/tabrn32.png", "48": ".\/icons\/tabrn48.png", "128": ".\/icons\/tabrn128.png", "256": ".\/icons\/tabrn256.png" } }, "icons": { "16": ".\/icons\/tabrn16.png", "32": ".\/icons\/tabrn32.png", "48": ".\/icons\/tabrn48.png", "128": ".\/icons\/tabrn128.png", "256": ".\/icons\/tabrn256.png" } } |