Tab Search

Type 'tab' into the omni-bar to auto search tabs.

什么是Tab Search?

Tab Search是由Christopher Woodall开发的Chrome扩展程序,该扩展的主要功能是“Type 'tab' into the omni-bar to auto search tabs.”。

扩展截图

screenshot

下载Tab Search扩展crx文件

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

扩展使用说明

                        Tabs a mess? 99 things open but none are what you're looking for? Give Tab Search a try. Just type 'tab' and a guess as to the name or url of the tab you're looking for into the omnibar and automagically be taken to that tab.                    

扩展基本信息

名称 Tab Search Tab Search
ID pnpaghglijhcifnapcejommkplmmiaga
官方URL https://chromewebstore.google.com/detail/tab-search/pnpaghglijhcifnapcejommkplmmiaga
简介 Type 'tab' into the omni-bar to auto search tabs.
文件大小 17.01 KB
安装次数 16
当前版本 1.0
更新时间 2015-02-01
上架时间 2015-02-01
评分 5.00/5 共3次评分
开发者 Christopher Woodall
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Search",
    "description": "Type 'tab' into the omni-bar to auto search tabs.",
    "version": "1.0",
    "omnibox": {
        "keyword": "tab"
    },
    "icons": {
        "16": "app\/assets\/img\/logo16.png",
        "48": "app\/assets\/img\/logo48.png",
        "128": "app\/assets\/img\/logo128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "app\/BackgroundScript.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}