xTab
Limit the maximum number of tabs that can be open at the same time.
xTab là gì?
xTab là một tiện ích mở rộng Chrome được phát triển bởi https://xtab.app, và tính năng chính của nó là "Limit the maximum number of tabs that can be open at the same time.".
Ả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 xTab
Tải xuống các tệp mở rộng xTab 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
xTab is a Chrome extension that lets you limit the maximum number of tabs that can be open at one time. You can set the tab limit to any number and choose what tab should be removed when you hit that limit: - Least recently used (default) - Least accessed - Oldest You can alternatively block new tabs from opening completely once the limit has been reached. Pinned tabs, tabs playing audio, and tabs that you have never visited (opened in the background) will not be closed. If you are looking to install in an enterprise environment and customize settings using a group policy please contact us here: https://xtab.app Note that after the extension is installed, if you do not change the default settings, it will close any tabs you have open beyond a 20 tab limit. For example, if you have 50 tabs open when the extension is installed, the next tab you open will remove 30 tabs. You can avoid this behavior by changing the default settings as soon as it is installed. Changes v1.0.1 - Updated extension to remove advertisement in favor of a donation link v1.0.0 - Rearchitected to support additional functionality and custom builds. - Updated the pop up UI to make it simpler to understand what the different options do - Added an option to prevent tabs that are playing audio from being closed by the extension (enabled by default) - Added an option to recycle existing tabs. This means that instead of closing an old tab it will reuse the old tab and move it into the new position. This allows you to use the back button to get back to a tab that has been closed (disabled by default) - Added a page that shows up in place of a new tab if you have the extension set to block new tabs from opening (enabled by default) - Added an option to block tabs from opening without showing a page (disabled by default) - Added new xTab logo to popup menu - Updated extension icon - Updated extension logo - Improved handling of tabs you have never been to - Decreased amount of time until a tab is considered active to prevent cases where sometimes a tab doesn’t get closed even though you have been to it - Reduced number of options in tab limit dropdown v0.2.1 - Updated copy in popup to be more clear v0.2.0 - Added option to block new tabs from opening instead of auto closing an older tab - Handled cases where the tab id could change for an existing tab - Improved handling of tabs you have never been to so they are less likely to be closed in different modes v0.1.6 - Fixed issue that would cause this extension to sometimes not work if a configuration value was missing in local storage v0.1.5 - Added timer to only consider a tab active after it has been open for a few seconds - Updated to handle tabs that were open before the extension was installed. v0.1.4 - Updated background page to be persistent v0.1.3 - Fixed issue where sometimes tabs you haven’t been to could still be closed. v0.1.2 - Updated to prevent closing tabs you have never been to (for example if command clicking to open tabs in the background) v0.1.1 - Fixed issue where sometimes the active tab would be closed
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | xTab |
ID | amddgdnlkmohapieeekfknakgdnpbleb |
URL Chính Thức | https://chromewebstore.google.com/detail/xtab/amddgdnlkmohapieeekfknakgdnpbleb |
Mô tả | Limit the maximum number of tabs that can be open at the same time. |
Kích Thước Tệp | 100 KB |
Số Lần Cài Đặt | 50,000 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-07-09 |
Ngày Phát Hành | 2019-11-06 |
Đánh Giá | 3.91/5 Tổng số 109 Đánh Giá |
Nhà Phát Triển | https://xtab.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://xtab.app |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xTab", "author": "Craig Campbell", "version": "1.0.1", "description": "Limit the maximum number of tabs that can be open at the same time.", "icons": { "16": "icons\/xtab32.png", "48": "icons\/xtab96.png", "128": "icons\/xtab256.png" }, "permissions": [ "tabs" ], "browser_action": { "default_title": "xTab", "default_icon": "xtab40.png", "default_popup": "popup.html" }, "background": { "scripts": [ "dist\/browser-polyfill.min.js", "dist\/xtab.js" ] }, "minimum_chrome_version": "45" } |