Tab Killer

Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!

Tab Killer란 무엇입니까?

Tab Killer은(는) Lucian Grijincu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Right click and choose what to close:
- duplicate tabs
- tabs to the left or right
- from the same or different domain or URL as the current one
- from the current domain, but with a part of the URL path identical                    

확장 프로그램 기본 정보

이름 Tab Killer Tab Killer
ID emoianadnmpcffipnfhddhdjchjcchhb
공식 URL https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb
설명 Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
파일 크기 10.83 KB
설치 횟수 459
현재 버전 1.4
최근 업데이트 2017-01-24
출시 날짜 2017-01-24
평점 3.60/5 총 10 개의 평점
개발자 Lucian Grijincu
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "tab-killer.html"
    },
    "description": "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!",
    "icons": {
        "128": "x-128.png"
    },
    "manifest_version": 2,
    "name": "Tab Killer",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.4"
}