Tabular

Easily search open tabs.

什么是Tabular?

Tabular是由dhimdisd开发的Chrome扩展程序,该扩展的主要功能是“Easily search open tabs.”。

扩展截图

screenshot
screenshot
screenshot

下载Tabular扩展crx文件

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

扩展使用说明

                        Easily find and switch between too many open tabs.

Shortcuts:

Open Tabular:
Ctrl/Cmd + Shift + K

Close selected tab:
Ctrl/Cmd + D

Move selection up:
Ctrl/Cmd + K
or
Up arrow key

Move Selection down:
Ctrl/Cmd + J
or
Down arrow key

Close Tabular:
Esc                    

扩展基本信息

名称 Tabular Tabular
ID hgkiemddhmglgcdagihobgnafbfcohan
官方URL https://chromewebstore.google.com/detail/tabular/hgkiemddhmglgcdagihobgnafbfcohan
简介 Easily search open tabs.
文件大小 120 KB
安装次数 14
当前版本 1.0.4.0
更新时间 2015-02-22
上架时间 2015-02-22
评分 5.00/5 共2次评分
开发者 dhimdisd
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabular",
    "version": "1.0.4.0",
    "manifest_version": 2,
    "description": "Easily search open tabs.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "build\/js\/background.js"
        ]
    },
    "commands": {
        "showTabularPopup": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Show Tabular popup"
        }
    },
    "browser_action": {
        "default_icon": "build\/img\/icon16.png",
        "default_popup": "build\/popup.html"
    },
    "icons": {
        "16": "build\/img\/icon16.png",
        "48": "build\/img\/icon48.png",
        "128": "build\/img\/icon128.png"
    }
}