TabRotator
Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!
TabRotator là gì?
TabRotator là một tiện ích mở rộng Chrome được phát triển bởi Aoliao, và tính năng chính của nó là "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TabRotator
Tải xuống các tệp mở rộng TabRotator 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabRotator |
ID | ccpljcccdfjlmhgfdempglibnfjfpldh |
URL Chính Thức | https://chromewebstore.google.com/detail/tabrotator/ccpljcccdfjlmhgfdempglibnfjfpldh |
Mô tả | Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now! |
Kích Thước Tệp | 245 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2023-03-18 |
Ngày Phát Hành | 2023-03-18 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Aoliao |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |