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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}