Tab Viewer

Preview all your open tabs in a grid view

Tab Viewer란 무엇입니까?

Tab Viewer은(는) niiashikwei에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Preview all your open tabs in a grid view"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tab Viewer is a tool for managing and organizing open tabs. Currently it allows you to see all your open tabs in a tiled view. From the tiled view click a tile to jump to that tab.

Shortcut to trigger grid view: Alt + T

Features yet to come include:
1) closing tabs from tiled view
2) rearranging tabs from tiled view
3) saving a workspace, collection of tabs under a name
4) customizing the tabs with descriptions 

and much much more! Stay tuned.                    

확장 프로그램 기본 정보

이름 Tab Viewer Tab Viewer
ID nckgdfkgodfemnkdkfngdhfknlcokbha
공식 URL https://chrome.google.com/webstore/detail/tab-viewer/nckgdfkgodfemnkdkfngdhfknlcokbha
설명 Preview all your open tabs in a grid view
파일 크기 6.57 KB
설치 횟수 477
현재 버전 0.0.6
최근 업데이트 2015-07-15
출시 날짜 2015-07-15
평점 3.43/5 총 7 개의 평점
개발자 niiashikwei
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Viewer",
    "short_name": "Tab Viewer",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Preview all your open tabs in a grid view",
    "browser_action": {
        "default_icon": "icons\/tab-viewer-logo.png",
        "default_title": "displays grid view of open tabs"
    },
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            }
        }
    }
}