Tabs Closer

Cleans up your windows/tabs with 1 click of a mouse button

什么是Tabs Closer?

Tabs Closer是由http://tabscloser.com开发的Chrome扩展程序,该扩展的主要功能是“Cleans up your windows/tabs with 1 click of a mouse button”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Tabs Closer扩展crx文件

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

扩展使用说明

                        Cleans up your windows/tabs with 1 click of a mouse button

The app is smart enough to close only those that are really needed to close.
For Example:
* Duplicate blank tabs
* Excess tabs to the right-most
* Excess tabs to the left-most
* Empty Windows (without tabs)

Note:
* It will not close those tabs that are pinned.

Short background:
This app was created as a result of my mouse’s middle button broken after closing so many tabs wherein there are a lot of times that some tabs should really be closed altogether.                    

扩展基本信息

名称 Tabs Closer Tabs Closer
ID dhbpdnegbgnjkfnacjdgpkmcffmpbimi
官方URL https://chrome.google.com/webstore/detail/tabs-closer/dhbpdnegbgnjkfnacjdgpkmcffmpbimi
简介 Cleans up your windows/tabs with 1 click of a mouse button
文件大小 116 KB
安装次数 49
当前版本 0.2.9
更新时间 2014-02-19
上架时间 2014-02-19
评分 4.20/5 共5次评分
开发者 http://tabscloser.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://tabscloser.com
帮助页面URL http://tabscloser.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Closer",
    "version": "0.2.9",
    "description": "Cleans up your windows\/tabs with 1 click of a mouse button",
    "icons": {
        "48": "img\/clean_48.png",
        "128": "img\/clean_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/lib\/jquery-1.7.1.min.js",
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/clean.png",
        "default_title": "Tabs Closer"
    },
    "homepage_url": "http:\/\/tabscloser.com",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}