Tab Closer

This extension closes open tabs

Tab Closer란 무엇입니까?

Tab Closer은(는) Wesley Martinez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension closes open tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Have u ever found yourself with what is seems like an infinite amount of tabs opened and can't quite find what to close? 

Well Tab Closer is here for you, this extension lets you close all tabs of a category at the same time. 
 
The idea behind the extension is to provide the user with a tool for closing different types of opened tabs or even a complete browser window with the click of a button.  Apart from predetermined categories such as social media and media tabs, this extension lets the user save a list of favorites with the ability to close at command. 

There are certain behaviors that the user must understand before using the extension: 
1. Closing a tab: 
           *The extension closes all tabs that match the search criteria. 
2. When creating a favorite 
           * Favorites tabs must contain to be accepted: 
                     a. Valid URL
                     b. At least 3 letters
                     c. A domain

Want to know more about Food Roulette or other projects? 
Contact me at [email protected]                    

확장 프로그램 기본 정보

이름 Tab Closer Tab Closer
ID iadliidedmiaghpliaiblnkliigibkhd
공식 URL https://chromewebstore.google.com/detail/tab-closer/iadliidedmiaghpliaiblnkliigibkhd
설명 This extension closes open tabs
파일 크기 863 KB
설치 횟수 30
현재 버전 2.1
최근 업데이트 2020-11-26
출시 날짜 2020-11-25
개발자 Wesley Martinez
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Closer",
    "description": "This extension closes open tabs",
    "version": "2.1",
    "browser_action": {
        "default_icon": "menu-logo.png",
        "default_popup": "CTExtension.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'"
}