Tab Slider
Keep your tabs ordered by their most recent usage.
Tab Slider là gì?
Tab Slider là một tiện ích mở rộng Chrome được phát triển bởi https://nikita.tk, và tính năng chính của nó là "Keep your tabs ordered by their most recent usage.".
Ả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 Slider
Tải xuống các tệp mở rộng Tab Slider 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
This extension keeps browser's tabs sorted in most recently used order (MRU), from left to right, just like a list of apps is organized on desktop operation systems (while holding Alt+Tab). Tab Slider brings this behavior to Chrome browser for your convenience. Try it! How it works: + If you stay on tab more than 1 second (default), it will "slide" to the leftmost position; + In this way, most recently used tabs always stay left-to-right ordered; + Because of the order, naturally, when switching tabs with Ctrl+Tab, the browser will switch to the next most recently used tab; + Pinned tabs will slide to the opposite side, from left to right. This behavior is intended, enabling you to conveniently switch between most recently used pinned tabs and most recently used normal tabs with keyboard shortcuts (Ctrl+Shift+Tab switches to most recently used pinned tab, and Ctrl+Tab switches back to most recently used normal tab). + You can customize reordering delay or maximum number of tabs in the extension's settings; + New active tabs appear left immediately. Once you understand this concept, you will find such reordering of tabs absolutely natural and logical.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Slider |
ID | nobaaibkcalggmjnjhnlmmcldllpogjp |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-slider/nobaaibkcalggmjnjhnlmmcldllpogjp |
Mô tả | Keep your tabs ordered by their most recent usage. |
Kích Thước Tệp | 16.19 KB |
Số Lần Cài Đặt | 378 |
Phiên Bản Hiện Tại | 1.9 |
Cập Nhật Lần Cuối | 2020-11-03 |
Ngày Phát Hành | 2017-12-24 |
Đánh Giá | 4.58/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://nikita.tk |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ZitRos/tab-slider |
URL Trang Trợ Giúp | https://github.com/ZitRos/tab-slider |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Slider", "short_name": "Tab Slider", "version": "1.9", "description": "Keep your tabs ordered by their most recent usage.", "author": "Nikita Savchenko", "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "96": "img\/logo-96.png", "128": "img\/logo-128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs" ], "offline_enabled": true } |