Tab Manager Auto
Fully Automated Tab Manager Extension
Tab Manager Auto là gì?
Tab Manager Auto là một tiện ích mở rộng Chrome được phát triển bởi autotabgroups, và tính năng chính của nó là "Fully Automated Tab Manager Extension".
Ả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 Tab Manager Auto
Tải xuống các tệp mở rộng Tab Manager Auto 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
Are you tired of having too many tabs open and losing track of which ones belong together? Auto Tab Groups is here to help! This extension promotes ease of use by automatically grouping tabs from the same source domain into organized groups, saving you time and effort. Unlike other tab manager extensions, Auto Tab Groups takes care of the heavy lifting for you, making it easy to navigate through all of your open tabs without introducing extra workload for users. Try Auto Tab Groups and experience the convenience of a well-organized tab system. Functionality: - Auto Grouping Automatically detect tabs with the same source domain and put them into the same tab group. - Auto Ordering Push the last active tab to the first position of its tab group. Frequently visited tabs would always be found at the left section of the tab group. - Customize Grouping Users can create custom tab groups.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Manager Auto |
ID | mplpoddifhoaicmpbjgpfnbljcabibak |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-manager-auto/mplpoddifhoaicmpbjgpfnbljcabibak |
Mô tả | Fully Automated Tab Manager Extension |
Kích Thước Tệp | 80.5 KB |
Số Lần Cài Đặt | 1,102 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2023-02-14 |
Ngày Phát Hành | 2023-01-11 |
Đánh Giá | 4.25/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | autotabgroups |
[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": "Tab Manager Auto", "description": "Fully Automated Tab Manager Extension", "version": "1.4", "manifest_version": 3, "permissions": [ "tabs", "tabGroups", "storage" ], "background": { "service_worker": "tabManager.js" }, "minimum_chrome_version": "92", "action": { "default_popup": "tabManager.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |