Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

什么是Tab Manager (by shimomire)?

Tab Manager (by shimomire)是由shimomire开发的Chrome扩展程序,该扩展的主要功能是“This is a tool to manage tab that is currently open on a single screen.”。

扩展截图

screenshot

下载Tab Manager (by shimomire)扩展crx文件

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

扩展使用说明

                        Tab Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

扩展基本信息

名称 Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
官方URL https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
简介 This is a tool to manage tab that is currently open on a single screen.
文件大小 260 KB
安装次数 783
当前版本 1.0.5
更新时间 2012-11-23
上架时间 2012-11-23
评分 3.83/5 共12次评分
开发者 shimomire
付费类型 free
支持的语言 en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}