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ファイルをダウンロード

Tab Nav拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}