Easy Tab Clusters
Extension to cluster tabs with the same root URL.
Easy Tab Clusters là gì?
Easy Tab Clusters là một tiện ích mở rộng Chrome được phát triển bởi Hao Fu, và tính năng chính của nó là "Extension to cluster tabs with the same root URL.".
Ả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 Easy Tab Clusters
Tải xuống các tệp mở rộng Easy Tab Clusters 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
Cluster tabs with the same root URL. - Display a window shows all the active tabs. - All the tabs are categorized by their root URL. - Links to all tabs under each category for fast access. Updates: - v1.8: small change to image - v1.7: new UI style - v1.6: updated new icons sets - v1.5: bug fix, active and highlighted tabs can't be closed - v1.4: bug fix, UI freeze after last active tab is closed (lose context) - v1.3: added close tab option It's a open source project. Source code: https://github.com/solosodium/TabCluster
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy Tab Clusters |
ID | boldbncpcgbpchbnoaciegjkgjabdkhg |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-tab-clusters/boldbncpcgbpchbnoaciegjkgjabdkhg |
Mô tả | Extension to cluster tabs with the same root URL. |
Kích Thước Tệp | 61.24 KB |
Số Lần Cài Đặt | 103 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2018-08-26 |
Ngày Phát Hành | 2018-08-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Hao Fu |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Tab Clusters", "description": "Extension to cluster tabs with the same root URL.", "version": "1.8", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon128.png", "default_popup": "list.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |