Tab Switchy

Gives the freedom to play with tabs

Tab Switchy란 무엇입니까?

Tab Switchy은(는) Trinity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gives the freedom to play with tabs"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        ‘Tab-Switchy’ helps user to manage open tabs effectively and switch between them. This is important especially when the number of tabs is very large, as no information is visible when the number of tabs increases. This extension solves this issue by showing tabs in thumbnail view.
It also shows all the tabs closed in the current session and does away with the hassle of checking browser history to open them.
It allows bookmarking multiple tabs under a common folder name.
A new feature of a SUPER TAB has been included to give the freedom to manage the open tabs and segregate them under a common name based on their importance or similarity. All the supertabs can also be bookmarked under a folder with a single click.                    

확장 프로그램 기본 정보

이름 Tab Switchy Tab Switchy
ID leooefpfiebcmimbkonkbohejdmppbbk
공식 URL https://chrome.google.com/webstore/detail/tab-switchy/leooefpfiebcmimbkonkbohejdmppbbk
설명 Gives the freedom to play with tabs
파일 크기 136 KB
설치 횟수 41
현재 버전 1.0.1.0
최근 업데이트 2015-01-29
출시 날짜 2015-01-29
평점 5.00/5 총 1 개의 평점
개발자 Trinity
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Switchy",
    "version": "1.0.1.0",
    "description": "Gives the freedom to play with tabs",
    "icons": {
        "16": "utility.png",
        "48": "utility48.png",
        "128": "utility128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "utility.png",
        "default_title": "Tab Switchy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "",
        "bookmarks"
    ],
    "manifest_version": 2
}