Close auto-grouped tabs

This extension helps neaten many tabs.

Close auto-grouped tabs란 무엇입니까?

Close auto-grouped tabs은(는) たてじ丸에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps neaten many tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Close auto-grouped tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension helps neaten many tabs.
Please try it to put tabs in apple-pie order!

🚀Features

⭐️The tool groups your tabs by websites. You can close a whole group of tabs.
⭐️It'll let you know with a toolbar badge when you have too many tabs.
⭐️You can undo an operational error of the close of tabs.                    

확장 프로그램 기본 정보

이름 Close auto-grouped tabs Close auto-grouped tabs
ID dkddbbpphijckdhmlifdhejpeefopmbk
공식 URL https://chromewebstore.google.com/detail/close-auto-grouped-tabs/dkddbbpphijckdhmlifdhejpeefopmbk
설명 This extension helps neaten many tabs.
파일 크기 36.61 KB
설치 횟수 154
현재 버전 2.2.0
최근 업데이트 2024-01-04
출시 날짜 2020-07-04
평점 5.00/5 총 1 개의 평점
개발자 たてじ丸
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://park15.wakwak.com/~tatejima/
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.2.0",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "sessions"
    ],
    "default_locale": "en"
}