TabSwitcher

Switch between the tabs with ease

TabSwitcher란 무엇입니까?

TabSwitcher은(는) kamranahmed.se에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch between the tabs with ease"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        While you are working on something, number of opened tabs can quickly grow out of hand and when that happens trying to find the relevant tab can easily waste a few seconds of your time; and without any doubt every second that harms your productivity counts. TabSwitcher tries to fix this by letting you

## How to Use

After installing, press `CTRL+SHIFT+K` or `CMD+SHIFT+K` to show the tab switcher
You can press enter or use mouse key to navigate to tab
Also you can press semicolon i.e. `;` key on any tab to close that tab

## Features 

- Apply fuzzy filter over the opened tabs 
- Swiftly switch between the tabs
- Close any irrelevant tabs during the filter 
- Leave your mouse alone; extension has shortcut for activation, switching tabs, closing them etc

## Roadmap

[x] Activation by shortcut
[x] Fuzzy search for tabs
[x] Closing tabs
[x] Switching tab
[] Pin/Unpin selected tab using shortcut
[] Save current session/selective tabs with name e.g. type `>save Session Name` to save current session and then `>sessions` to list all the sessions and restore any sessions 
[] Options page, themes and modify shortcuts
[] Tweet any tab using shortcut
[] Use ES6 with babel                    

확장 프로그램 기본 정보

이름 TabSwitcher TabSwitcher
ID dnnmaaanhggngdohooaogfcnokngjcbc
공식 URL https://chromewebstore.google.com/detail/tabswitcher/dnnmaaanhggngdohooaogfcnokngjcbc
설명 Switch between the tabs with ease
파일 크기 99.18 KB
설치 횟수 321
현재 버전 1.0.1
최근 업데이트 2016-09-25
출시 날짜 2016-09-24
평점 4.20/5 총 15 개의 평점
개발자 kamranahmed.se
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabSwitcher",
    "short_name": "TabSwitcher",
    "version": "1.0.1",
    "manifest_version": 2,
    "author": "Kamran Ahmed",
    "description": "Switch between the tabs with ease",
    "homepage_url": "https:\/\/github.com\/kamranahmedse\/tab-switcher",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "TabSwitcher",
        "default_icon": "assets\/icons\/icon128.png"
    }
}