Auto Group Tab

Auto group your Chrome tabs

Auto Group Tab란 무엇입니까?

Auto Group Tab은(는) Huy Vu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto group your Chrome tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        If you ever need to move your tabs into correct groups everytime you open the browser then this extension will auto that for you.

[Require Chrome version 89]

How it works:

1. Define the groups and the addresses for each group
2. Open new tabs in your browser as usual
3. Click "Group Tab" to group all your tabs

***** See the video for a better instruction and demo *****

Jot a comment if you have any feedback for this extension, I'll reply you directly.                    

확장 프로그램 기본 정보

이름 Auto Group Tab Auto Group Tab
ID ockjmhnpoiklcfkdpjfbebjepehbbbco
공식 URL https://chromewebstore.google.com/detail/auto-group-tab/ockjmhnpoiklcfkdpjfbebjepehbbbco
설명 Auto group your Chrome tabs
파일 크기 230 KB
설치 횟수 25
현재 버전 1.0
최근 업데이트 2021-05-09
출시 날짜 2021-05-08
개발자 Huy Vu
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tab",
    "description": "Auto group your Chrome tabs",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}