Stack Tab
Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen
Stack Tab là gì?
Stack Tab là một tiện ích mở rộng Chrome được phát triển bởi Gregory Assasie, và tính năng chính của nó là "Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen".
Ả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 Stack Tab
Tải xuống các tệp mở rộng Stack Tab 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
Stack tab is a simple tab manager for chrome. Quickly and conveniently close unused tabs, retrieve them when needed. - Get rid of the clutter and focus on required tabs only. - Effortlessly close used tabs. Functionality: - filter search tabs - set limit for number of tabs opened per session - Automatically close and save tab when limit is reached - Close oldest tab on limit reach - Close left-most tab on limit reach ** NEW UPDATE *** - Option to close page anywhere, option is available on context menu (right click on page to view) - clicking stack tab in context menu closes the page and adds it to the stack. - Context menu fixed **UPDATE VERSION 1.6** - settings persist between sessions - disregard pinned and active tabs due to close
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stack Tab |
ID | oalhogdhlhgdpjllnadcigfkhmmlahlo |
URL Chính Thức | https://chromewebstore.google.com/detail/stack-tab/oalhogdhlhgdpjllnadcigfkhmmlahlo |
Mô tả | Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen |
Kích Thước Tệp | 40.79 KB |
Số Lần Cài Đặt | 221 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2018-04-05 |
Ngày Phát Hành | 2018-04-05 |
Đánh Giá | 3.17/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Gregory Assasie |
[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": "Stack Tab", "manifest_version": 2, "description": "Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen", "version": "1.7", "browser_action": { "default_icon": ".\/icons\/icon48.png", "default_popup": "index.html", "default_title": "xTab" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "permissions": [ "tabs", "contextMenus", "storage" ] } |