Tab Shelf
Let's group and organize too many tabs!!
Tab Shelf là gì?
Tab Shelf là một tiện ích mở rộng Chrome được phát triển bởi kota, và tính năng chính của nó là "Let's group and organize too many tabs!!".
Ả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 Shelf
Tải xuống các tệp mở rộng Tab Shelf 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 Shelf organizes tabs that are too open. If you're using Chrome, you may end up with too many tabs and you cannot find the tab you want. Tab Shelf is recommended in such cases. Tab Shelf allows you to group open tabs and evacuate them. For example, when you want to do online shopping while writing a article, save a lot of tabs for your material as a "Article materials". That way, the Chrome tabs are clean and you can focus on online shopping. You can restore a saved tab at any time. If you close your browser, Tab Shelf is not forget tabs.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kjfciegmjpnkfackjbdpoioamkdhhplf |
URL Chính Thức | https://chrome.google.com/webstore/detail/tab-shelf/kjfciegmjpnkfackjbdpoioamkdhhplf |
Mô tả | Let's group and organize too many tabs!! |
Kích Thước Tệp | 17 KB |
Số Lần Cài Đặt | 521 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2021-03-28 |
Ngày Phát Hành | 2020-04-21 |
Đánh Giá | 3.67/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | kota |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Shelf", "description": "__MSG_description__", "version": "1.3.1", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |