Tab Manager

Quickly and conveniently manage your open tabs

什么是Tab Manager?

Tab Manager是由joshperry开发的Chrome扩展程序,该扩展的主要功能是“Quickly and conveniently manage your open tabs”。

扩展截图

screenshot
screenshot

下载Tab Manager扩展crx文件

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

扩展使用说明

                        Manipulate, sort, and search through all of your open tabs!

This is OPEN SOURCE! You can find the source code for this extension at https://github.com/joshperry/Tab-Manager

Please report bugs and/or feature requests at the github link above.                    

扩展基本信息

名称 Tab Manager Tab Manager
ID eobcjlgohobbfcgabmijkdgpjkknpbbo
官方URL https://chromewebstore.google.com/detail/tab-manager/eobcjlgohobbfcgabmijkdgpjkknpbbo
简介 Quickly and conveniently manage your open tabs
文件大小 734 KB
安装次数 2,733
当前版本 4.2.0
更新时间 2016-07-21
上架时间 2016-07-21
评分 4.80/5 共56次评分
开发者 joshperry
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/joshperry/Tab-Manager
帮助页面URL https://github.com/joshperry/Tab-Manager/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager",
    "version": "4.2.0",
    "manifest_version": 2,
    "description": "Quickly and conveniently manage your open tabs",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+M"
            }
        }
    }
}