Tabs Closer

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

Tabs Closer là gì?

Tabs Closer là một tiện ích mở rộng Chrome được phát triển bởi http://tabscloser.com, và tính năng chính của nó là "Cleans up your windows/tabs with 1 click of a mouse button".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tabs Closer

Tải xuống các tệp mở rộng Tabs Closer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tabs Closer Tabs Closer
ID dhbpdnegbgnjkfnacjdgpkmcffmpbimi
URL Chính Thức https://chrome.google.com/webstore/detail/tabs-closer/dhbpdnegbgnjkfnacjdgpkmcffmpbimi
Mô tả Cleans up your windows/tabs with 1 click of a mouse button
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 0.2.9
Cập Nhật Lần Cuối 2014-02-19
Ngày Phát Hành 2014-02-19
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://tabscloser.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tabscloser.com
URL Trang Trợ Giúp http://tabscloser.com
Ngôn Ngữ Được Hỗ Trợ 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
}