TabView

Quickly switch between open browser tabs visually with TabView

TabView란 무엇입니까?

TabView은(는) Larry S에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly switch between open browser tabs visually with TabView"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Search, open, close, re-arrange create and preview browser tabs all in one location.  Hot key access (Shift+Ctrl+Space) for quick access to TabView. 


GitHub Repository: https://github.com/larry273/tabView

Changelog:
[1.1.1] 2019-09-24
- Track tab/window movements outside extension

[1.1.0] 2019-09-20
- Window functionality, grouping/creating
- Added ability to move tab positions and between windows 

[1.0.0] 2019-09-15
- initial release


Credits:
SortableJS - https://github.com/SortableJS/Sortable
laptop vector - Designed by D3Images / Freepik                    

확장 프로그램 기본 정보

이름 TabView TabView
ID bgcmjpjlnpbhjoehlpmadpljgaigilmj
공식 URL https://chromewebstore.google.com/detail/tabview/bgcmjpjlnpbhjoehlpmadpljgaigilmj
설명 Quickly switch between open browser tabs visually with TabView
파일 크기 38.6 KB
설치 횟수 113
현재 버전 1.1.1
최근 업데이트 2019-09-24
출시 날짜 2019-09-24
평점 3.00/5 총 2 개의 평점
개발자 Larry S
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabView",
    "version": "1.1.1",
    "description": "Quickly switch between open browser tabs visually with TabView",
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TabView"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "commands": {
        "show-tabview": {
            "suggested_key": {
                "default": "Shift+Ctrl+Space"
            },
            "description": "Show TabView"
        }
    }
}