TabEraser

Context menu to close tabs in various clever ways.

TabEraser란 무엇입니까?

TabEraser은(는) voy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Context menu to close tabs in various clever ways."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This simple, yet useful extension allows you to close tabs on the same domain (*.example.com) or the same second-level domain (example.com). Optionally, you can keep you current tab open.                    

확장 프로그램 기본 정보

이름 TabEraser TabEraser
ID daaaifdfmdlfafaaaofcigdafnmioeco
공식 URL https://chromewebstore.google.com/detail/taberaser/daaaifdfmdlfafaaaofcigdafnmioeco
설명 Context menu to close tabs in various clever ways.
파일 크기 125 KB
설치 횟수 79
현재 버전 2.1.4
최근 업데이트 2021-05-15
출시 날짜 2019-03-08
평점 3.63/5 총 8 개의 평점
개발자 voy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/voy/chrome-close-tabs/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.1.4",
    "name": "TabEraser",
    "description": "Context menu to close tabs in various clever ways.",
    "homepage_url": "https:\/\/github.com\/voy\/chrome-close-tabs\/",
    "background": {
        "scripts": [
            "bundle.js"
        ]
    },
    "icons": {
        "128": "images\/close-tabs-128.png",
        "48": "images\/close-tabs-48.png",
        "32": "images\/close-tabs-32.png",
        "24": "images\/close-tabs-24.png",
        "16": "images\/close-tabs-16.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "tabs"
    ]
}