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
官方網址 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
}