Auto-Group Tabs

Automatically add tabs to your configured groups, based on their URL.

Auto-Group Tabs란 무엇입니까?

Auto-Group Tabs은(는) https://loilo.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically add tabs to your configured groups, based on their URL."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Categorize your frequently used websites and automatically add them to tab groups whenever you open them.                    

확장 프로그램 기본 정보

이름 Auto-Group Tabs Auto-Group Tabs
ID danncghahncanipdoajmakdbeaophenb
공식 URL https://chromewebstore.google.com/detail/auto-group-tabs/danncghahncanipdoajmakdbeaophenb
설명 Automatically add tabs to your configured groups, based on their URL.
파일 크기 1.2 MB
설치 횟수 15,285
현재 버전 0.0.20
최근 업데이트 2023-10-06
출시 날짜 2021-03-16
평점 4.75/5 총 80 개의 평점
개발자 https://loilo.de
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/loilo/auto-group-tabs/issues
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.20",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/loilo.de",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "index.html?context=options"
    },
    "action": {
        "default_popup": "index.html?context=popup"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ]
}