Tab Slider

Keep your tabs ordered by their most recent usage.

Tab Slider란 무엇입니까?

Tab Slider은(는) https://nikita.tk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep your tabs ordered by their most recent usage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tab Slider 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Tab Slider Tab Slider
ID nobaaibkcalggmjnjhnlmmcldllpogjp
공식 URL https://chromewebstore.google.com/detail/tab-slider/nobaaibkcalggmjnjhnlmmcldllpogjp
설명 Keep your tabs ordered by their most recent usage.
파일 크기 16.19 KB
설치 횟수 378
현재 버전 1.9
최근 업데이트 2020-11-03
출시 날짜 2017-12-24
평점 4.58/5 총 12 개의 평점
개발자 https://nikita.tk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ZitRos/tab-slider
도움말 페이지 URL https://github.com/ZitRos/tab-slider
지원되는 언어 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
}