Auto Group Tabs

Automatically make the opened tabs、urls into groups to improve work efficiency.

Auto Group Tabs란 무엇입니까?

Auto Group Tabs은(는) aceway에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically make the opened tabs、urls into groups to improve work efficiency."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        AGT: Auto Group Tabs can help improve your work efficiency when dealing with a large number of sites simultaneously. This extension can sync your URLs across multiple devices, allowing you to record them once and use them anywhere.                    

확장 프로그램 기본 정보

이름 Auto Group Tabs Auto Group Tabs
ID aokfncollhcaaafomdophpbnnegklpeb
공식 URL https://chromewebstore.google.com/detail/auto-group-tabs/aokfncollhcaaafomdophpbnnegklpeb
설명 Automatically make the opened tabs、urls into groups to improve work efficiency.
파일 크기 305 KB
설치 횟수 30
현재 버전 1.0.15
최근 업데이트 2023-04-18
출시 날짜 2022-10-10
평점 5.00/5 총 1 개의 평점
개발자 aceway
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.15",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_titleName__"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "ftp:\/\/*\/*",
        "file:\/\/\/*\/*"
    ],
    "permissions": [
        "tabGroups",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_cmdDesc__"
        }
    }
}