Tab Manager Auto

Fully Automated Tab Manager Extension

Tab Manager Auto란 무엇입니까?

Tab Manager Auto은(는) autotabgroups에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fully Automated Tab Manager Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Are you tired of having too many tabs open and losing track of which ones belong together? Auto Tab Groups is here to help!
This extension promotes ease of use by automatically grouping tabs from the same source domain into organized groups, saving you time and effort. Unlike other tab manager extensions, Auto Tab Groups takes care of the heavy lifting for you, making it easy to navigate through all of your open tabs without introducing extra workload for users. Try Auto Tab Groups and experience the convenience of a well-organized tab system.

Functionality:

- Auto Grouping
    Automatically detect tabs with the same source domain and put them into
    the same tab group.
- Auto Ordering
    Push the last active tab to the first position of its tab group. Frequently
    visited tabs would always be found at the left section of the tab group.
- Customize Grouping
    Users can create custom tab groups.                    

확장 프로그램 기본 정보

이름 Tab Manager Auto Tab Manager Auto
ID mplpoddifhoaicmpbjgpfnbljcabibak
공식 URL https://chromewebstore.google.com/detail/tab-manager-auto/mplpoddifhoaicmpbjgpfnbljcabibak
설명 Fully Automated Tab Manager Extension
파일 크기 80.5 KB
설치 횟수 1,102
현재 버전 1.4
최근 업데이트 2023-02-14
출시 날짜 2023-01-11
평점 4.25/5 총 8 개의 평점
개발자 autotabgroups
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager Auto",
    "description": "Fully Automated Tab Manager Extension",
    "version": "1.4",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "background": {
        "service_worker": "tabManager.js"
    },
    "minimum_chrome_version": "92",
    "action": {
        "default_popup": "tabManager.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}