Categorize Tabs
Group Tabs by domain
Categorize Tabs là gì?
Categorize Tabs là một tiện ích mở rộng Chrome được phát triển bởi yibingshi, và tính năng chính của nó là "Group Tabs by domain".
Ả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 Categorize Tabs
Tải xuống các tệp mở rộng Categorize Tabs 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
An extension to categorize opened tabs by domain name for quick access. Also, you can quickly copy tab link to send to someone, pin/bookmark/close tabs, and move tabs that have same domain name to a new window. Options for access all opened windows, search bar and drag & drop features are coming soon. If you have any suggestions or concerns, feel free to send me an email. * Credit to Kelig Le Luron from the Noun Project & Freepik from Flaticon for the icons
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Categorize Tabs |
ID | oefogamggbofaeonfmkigobeflejjgei |
URL Chính Thức | https://chromewebstore.google.com/detail/categorize-tabs/oefogamggbofaeonfmkigobeflejjgei |
Mô tả | Group Tabs by domain |
Kích Thước Tệp | 110 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2019-01-03 |
Ngày Phát Hành | 2019-01-03 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | yibingshi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/NathanShi/group-tabs |
URL Trang Trợ Giúp | https://github.com/NathanShi/group-tabs/pulls |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Categorize Tabs", "version": "0.3", "description": "Group Tabs by domain", "permissions": [ "tabs", "activeTab", "bookmarks", "clipboardWrite" ], "background": { "scripts": [ ".\/scripts\/background.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "default_popup": ".\/public\/popup.html", "default_icon": { "16": "images\/launch_16.png", "32": "images\/launch_32.png", "48": "images\/launch_48.png", "128": "images\/launch_128.png" }, "persistent": false }, "icons": { "16": "images\/launch_16.png", "32": "images\/launch_32.png", "48": "images\/launch_48.png", "128": "images\/launch_128.png" } } |