Tab Nav

An extension that allows you to quickly search through your current active tabs.

Tab Nav란 무엇입니까?

Tab Nav은(는) TabNav.Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that allows you to quickly search through your current active tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Level up your browsing experience with Tab Nav.

Tab Nav helps you managing tabs and improving productivity.

(version 1.1.0)
Features:
• Search and filter tabs.
• One-click navigate.
• Closing tabs inside the popup window.
• (Merge all) -- Merge all tabs into one window.
• (Drag-and-drop) -- Drag-and-drop a tab to move its position or to another window.
• (Selective merge) -- Right click to select tabs, and merge them into a separate window.
• (Keyboard shortcut) -- Press Ctrl + M to quickly open popup window.                    

확장 프로그램 기본 정보

이름 Tab Nav Tab Nav
ID hohloeilanpmnjpnabmlokcliaibcdjb
공식 URL https://chromewebstore.google.com/detail/tab-nav/hohloeilanpmnjpnabmlokcliaibcdjb
설명 An extension that allows you to quickly search through your current active tabs.
파일 크기 2.45 MB
설치 횟수 26
현재 버전 1.1.0
최근 업데이트 2021-04-29
출시 날짜 2019-06-23
평점 5.00/5 총 1 개의 평점
개발자 TabNav.Team
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Nav",
    "version": "1.1.0",
    "description": "An extension that allows you to quickly search through your current active tabs.",
    "permissions": [
        "declarativeContent",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Black-Icon-16.png",
            "32": "images\/Black-Icon-32.png",
            "48": "images\/Black-Icon-48.png",
            "128": "images\/Black-Icon-128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Open Tab-Search-Engine"
        }
    },
    "icons": {
        "16": "images\/Black-Icon-16.png",
        "32": "images\/Black-Icon-32.png",
        "48": "images\/Black-Icon-48.png",
        "128": "images\/Black-Icon-128.png"
    },
    "manifest_version": 2
}