Advance Tab Groups

Auto tab group based on the url or regex

Advance Tab Groups란 무엇입니까?

Advance Tab Groups은(는) DiTech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto tab group based on the url or regex"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        An extension helps you manage tab groups better

The newly added tab grouping function in chrome is very helpful. however, one of the things it does not allow the user to do is to pre-define rules for tab groups. with this extension user able to config the tab's group based on the tab's URL or regex rules. when a new tab is created it will be added to the corresponding group based on the rules user-defined. 

An auto group flag in a pop-up view is used to suggest if the extension will auto move the tab when it is created or updated. if this flag is off then the user will group the tab by clicking the “Group all tabs” button.                    

확장 프로그램 기본 정보

이름 Advance Tab Groups Advance Tab Groups
ID pfpdhdhhmaaadjdolgfphniimpjnifhh
공식 URL https://chromewebstore.google.com/detail/advance-tab-groups/pfpdhdhhmaaadjdolgfphniimpjnifhh
설명 Auto tab group based on the url or regex
파일 크기 156 KB
설치 횟수 288
현재 버전 1.0.0.1
최근 업데이트 2021-04-11
출시 날짜 2021-04-10
평점 5.00/5 총 3 개의 평점
개발자 DiTech
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advance Tab Groups",
    "description": "Auto tab group based on the url or regex",
    "version": "1.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "identity",
        "identity.email",
        "background",
        "tabs",
        "tabGroups",
        "windows",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "options_page": "options.html"
}