Auto Group Tabs

Keep you tab bar tidy with auto grouping without need to group them manually.

Auto Group Tabs란 무엇입니까?

Auto Group Tabs은(는) Siddhartha Sarkar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep you tab bar tidy with auto grouping without need to group them manually."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Auto Group Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Group tabs automatically based on URL.

[5.1.0]
- enable/disable grouping
- custom tabgroup names, colors on popup
[5.0.0] added features, customizations , fixes & improvements
[4.0.0] fixed restore tabs, improvements                    

확장 프로그램 기본 정보

이름 Auto Group Tabs Auto Group Tabs
ID ekjmngjikhikadcbbidpfdaocifddaip
공식 URL https://chromewebstore.google.com/detail/auto-group-tabs/ekjmngjikhikadcbbidpfdaocifddaip
설명 Keep you tab bar tidy with auto grouping without need to group them manually.
파일 크기 34.42 KB
설치 횟수 386
현재 버전 5.1.0
최근 업데이트 2023-03-22
출시 날짜 2021-07-08
평점 4.25/5 총 8 개의 평점
개발자 Siddhartha Sarkar
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://siddsarkar.github.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tabs",
    "version": "5.1.0",
    "description": "Keep you tab bar tidy with auto grouping without need to group them manually.",
    "author": "Siddhartha Sarkar",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "144": "icon128.png",
        "240": "icon240.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "Auto Group Tabs",
        "default_popup": "pages\/popup\/index.html"
    }
}