Tab Team
An extension to organize tabs into groups.
Tab Team là gì?
Tab Team là một tiện ích mở rộng Chrome được phát triển bởi https://tabteamext.com, và tính năng chính của nó là "An extension to organize tabs into groups.".
Ả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 Team
Tải xuống các tệp mở rộng Tab Team 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
Tab Team is a Chrome extension to organize tabs into groups. Why do I need it? You frequently manage to clutter Google Chrome with many tabs at once, which makes it more difficult to navigate through your projects. How do I use it? Use the icon in the upper-right corner of the browser to: Cycle from one group of tabs to the next. Keyboard shortcut: ctrl-shift-x Pin all tabs to the left of the current tab into a new group. Keyboard shortcut: ctrl-shift-z Unpin all tabs and reset groups. Is that fraction showing tab group information annoying? Click this to make it go away (or come back). Refresh all tabs. Visit our website!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Team |
ID | ophdeklmpgjdljnafpcegpofcioenmod |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-team/ophdeklmpgjdljnafpcegpofcioenmod |
Mô tả | An extension to organize tabs into groups. |
Kích Thước Tệp | 28.53 KB |
Số Lần Cài Đặt | 219 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2013-06-21 |
Ngày Phát Hành | 2013-06-21 |
Đánh Giá | 3.00/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://tabteamext.com |
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 Team", "version": "1.0.2", "manifest_version": 2, "description": "An extension to organize tabs into groups.", "icons": { "16": "Pics\/icon.png", "48": "Pics\/icon.png", "128": "Pics\/icon.png" }, "browser_action": { "default_icon": "Pics\/browser_action_icon.png", "default_popup": "popup.html", "default_title": "Tab Team" }, "background": { "scripts": [ "Scripts\/background.js", "Scripts\/trigger.js", "Scripts\/pin_tabs.js", "Scripts\/left_trigger.js" ] }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ " |