Tab Finder

Search, pin and open tabs quickly.

什么是Tab Finder?

Tab Finder是由Mega Apps开发的Chrome扩展程序,该扩展的主要功能是“Search, pin and open tabs quickly.”。

扩展截图

screenshot

下载Tab Finder扩展crx文件

下载Tab Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Find and navigate to any open tab by searching for the Title or URL. You can pin or close tabs directly from Tab Finder, too. 

Are you a keyboard shortcut virtuoso? We got you covered. You can use both your mouse and your keyboard to navigate through the list of tabs. Ctrl+Shift+Space brings up the extension. You can use the arrow keys to navigate between the tabs and hit enter to bring a tab in focus.                    

扩展基本信息

名称 Tab Finder Tab Finder
ID akikgmngikhdhecndjkjcacfefdbnnin
官方URL https://chromewebstore.google.com/detail/tab-finder/akikgmngikhdhecndjkjcacfefdbnnin
简介 Search, pin and open tabs quickly.
文件大小 454 KB
安装次数 570
当前版本 1.0
更新时间 2019-12-31
上架时间 2019-12-30
评分 5.00/5 共4次评分
开发者 Mega Apps
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Tab Finder",
    "name": "Tab Finder",
    "description": "Search, pin and open tabs quickly.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+U",
                "mac": "MacCtrl+Shift+Space"
            }
        }
    }
}