Close Tab

A stationary button that closes the current tab. Clean up tabs with less effort.

Close Tab란 무엇입니까?

Close Tab은(는) http://justinreinhart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A stationary button that closes the current tab. Clean up tabs with less effort."입니다.

확장 프로그램 스크린샷

screenshot

Close Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The "Close Tab" extension provides a stationary button that closes the currently selected tab. This saves time visually hunting down the active tab and provides consistency for the user. Very simple. The icon is designed to work with dark and light themes.

*Note: You can also press Ctrl + W to close tabs (when keyboard input isn't being captured by a plugin).

*Note: If the icon gets hidden by Chrome, you can get your icon back by pinning it. It happens sometimes. :)	

*Added: Protect pinned tabs (Options Screen)

P.S. Have you found a bug? Email address is provided in the options screen. Happy browsing.                    

확장 프로그램 기본 정보

이름 Close Tab Close Tab
ID hpmolahefgjbmidmoifolgpjkmhdmalf
공식 URL https://chrome.google.com/webstore/detail/close-tab/hpmolahefgjbmidmoifolgpjkmhdmalf
설명 A stationary button that closes the current tab. Clean up tabs with less effort.
파일 크기 169 KB
설치 횟수 3,000
현재 버전 1.4.4
최근 업데이트 2021-07-15
출시 날짜 2014-08-07
평점 4.51/5 총 78 개의 평점
개발자 http://justinreinhart.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tab",
    "version": "1.4.4",
    "manifest_version": 2,
    "icons": {
        "48": "img\/ct-icon-48.png",
        "128": "img\/ct-icon-128.png"
    },
    "description": "A stationary button that closes the current tab. Clean up tabs with less effort.",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Click to close the current tab",
        "default_icon": "img\/ct-icon-x-19.png"
    },
    "web_accessible_resources": [
        "img\/*",
        "css\/*",
        "js\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}