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
电子邮箱 [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
}