Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

Auto Tab Groups의 버전 기록 - 25개 버전

Auto Tab Groups 제작자: Nitzan

5점 만점에 4.8점
4.8 / 5
5
40
4
5
3
2
2
0
1
0
Auto Tab Groups의 버전 기록 - 25개 버전
  • 이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.

  • 최신 버전

    버전 3.13.1

    2026년 8월 10일에 출시 - 371.3 KB
    firefox 142.0 이상에서 작동
    fix: match rules against the URL fragment

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 3.13.0

    2026년 8월 1일에 출시 - 378.56 KB
    firefox 142.0 이상에서 작동
    • "Move tab to its group's window", from the right-click menu or an (unassigned)
      keyboard shortcut. Sends a tab to the window where its group already lives,
      for people who keep windows roughly by topic. Grouping still never moves tabs
      between windows on its own ([#90], closes [#68]).

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.12.0

    2026년 7월 31일에 출시 - 377.44 KB
    firefox 142.0 이상에서 작동
    • Optional "wait until I view a new tab before grouping it". Off by default.
      When on, a tab opened in the background from another tab stays next to the
      tab it came from until you switch to it, instead of being filed away before
      you have seen it. Foreground tabs, tabs with no opener, and the "Group Tabs"
      button are unaffected ([#89], addresses [#68] / [#88]).

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.11.0

    2026년 7월 31일에 출시 - 376.02 KB
    firefox 142.0 이상에서 작동
    • Rules can match query strings. A pattern containing ? is matched against
      the query as well as the host and path, so tabs on one domain can be split by
      a parameter — domain.cz/?ticket={ticket} puts each ticket in its own group,
      and a regex capture does the same. Patterns written before this behave
      exactly as they did ([#87], closes [#27]).

    • Keyboard shortcuts for turning auto-grouping on or off, grouping all tabs,
      ungrouping all tabs, and collapsing or expanding every group. No keys are
      assigned by default — installing takes none of your existing shortcuts, and
      nothing fires until you assign keys in the browser's own shortcut settings.
      Advanced → Keyboard shortcuts opens that page ([#86], closes [#25]).

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.1

    2026년 7월 31일에 출시 - 372.57 KB
    firefox 142.0 이상에서 작동
    • fix: seedProtectedGroupsOnFirstRun

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.0

    2026년 7월 31일에 출시 - 372.56 KB
    firefox 142.0 이상에서 작동
    • fix: honor rule priority when matching tabs
    • feat: add priority and minimum tabs fields to the rule editor
    • fix: keep the rule editor title correct in every mode
    • feat: let users exclude groups from auto-grouping

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.5.2

    2026년 7월 30일에 출시 - 365.82 KB
    firefox 142.0 이상에서 작동
    • fix: display IDN domains as Unicode instead of punycode

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.5.1

    2026년 6월 29일에 출시 - 365.35 KB
    firefox 142.0 이상에서 작동
    • feat: add German localization and update user locale options

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.5.0

    2026년 4월 18일에 출시 - 358.87 KB
    firefox 142.0 이상에서 작동
    • Runtime language picker in popup + sidebar, persists across restarts
    • 6 new locales: Hebrew, Arabic, Spanish, Hindi, Russian, Chinese
    • RTL support for Hebrew and Arabic
    • Advanced settings section with "Hide context menu" toggle

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.4.1

    2026년 4월 18일에 출시 - 307.62 KB
    firefox 142.0 이상에서 작동
    • Adds an A-Z / Z-A direction toggle to the Sorting section in popup and sidebar.
    • Persists sortGroupsDirection ("asc" | "desc") in storage and re-runs sort immediately when changed (when alphabetical sort is enabled).
    • Comparator multiplies localeCompare by -1 for "desc", so both ordering and indexing honor the chosen direction.

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.4.0

    2026년 4월 13일에 출시 - 306.87 KB
    firefox 142.0 이상에서 작동
    • Added a Blacklist feature. That is, allowing to set a list of domains that should never be grouped.

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.3.2

    2026년 4월 9일에 출시 - 305.31 KB
    firefox 142.0 이상에서 작동
    • Fixes false-positive "Pattern Conflicts Detected" warnings when a pattern is explicitly excluded by the conflicting rule
    • Adds isNegatedByExclusions() helper that checks if a pattern is covered by any exclusion pattern (exact match or subsumed by wildcard)
    • Updates detectConflicts() to suppress conflicts when either side's exclusions negate the overlap

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.3.1

    2026년 4월 7일에 출시 - 305.24 KB
    firefox 142.0 이상에서 작동
    • Added support in UrlPatternMatcher to match a lone * pattern, which now matches any domain.
    • Improved handling of wildcard patterns, including those with ports (e.g., :8403, ...:8403, 192.168.1.:8403), and refined the logic for subdomain and middle wildcards to handle more cases.

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.3.0

    2026년 4월 3일에 출시 - 305.25 KB
    firefox 142.0 이상에서 작동
    • Port matching in patterns (Allow Ports in Custom Rules #53): Patterns can now include an optional :port suffix (e.g., localhost:3000, .example.com:8080, localhost:). If no port is specified, any port matches (backward-compatible). Handles default ports (80/443) and validates range 1-65535.

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.2.0

    2026년 4월 2일에 출시 - 304.79 KB
    firefox 142.0 이상에서 작동
    • Fix localhost tab grouping
    • Add exclusion patterns

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.1.3

    2026년 3월 25일에 출시 - 304.1 KB
    firefox 142.0 이상에서 작동
    • Tab Group Sorting: Added "Keep groups sorted A-Z" option to automatically sort tab groups alphabetically
    • Group Indexing: Added "Number groups" option to prefix group titles with position numbers (e.g., "1. AI", "2. Docs")
    • Added UI controls in both popup and sidebar for sorting settings

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.1.1

    2026년 3월 25일에 출시 - 302.36 KB
    firefox 142.0 이상에서 작동
    • Context Menu Enhancement: Added "Add Tab to Existing Rule" parent menu with dynamic sub-menu items for each enabled rule
    • Popup & Sidebar UI: Added "+" button to quickly add the current tab's domain to an existing rule
    • addDomainToRule Method: New service method that safely appends a domain to a rule's patterns with duplicate detection
    • Menu Refresh: Automatically refresh context menu sub-items after rule changes (add/update/delete)
    • Firefox Support: Added runtime browser detection to enable "tab" context menu in Firefox
    • Comprehensive Tests: Full test coverage for domain addition logic including edge cases and error handling
    • Message Types: Added AddDomainToRuleMessage interface for background service communication

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.0.6

    2026년 3월 17일에 출시 - 300.78 KB
    firefox 142.0 이상에서 작동
    feat: make "open tab next to current" opt-in with toggle

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.0.4

    2026년 2월 13일에 출시 - 300.36 KB
    firefox 142.0 이상에서 작동
    feat: defer tab grouping for pending navigation in Firefox

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.0.3

    2026년 2월 13일에 출시 - 300.3 KB
    firefox 142.0 이상에서 작동
    feat: implement tab repositioning next to opener within the same group. Fix github issue #32

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.0.2

    2026년 2월 10일에 출시 - 300.15 KB
    firefox 142.0 이상에서 작동

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.1.10

    2026년 2월 3일에 출시 - 282.35 KB
    firefox 142.0 이상에서 작동
    • Bug Fix: "Group new empty tabs under System" Toggle Ignored

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.1.9

    2026년 1월 31일에 출시 - 282.35 KB
    firefox 142.0 이상에서 작동
    Add Inter font styles for regular and semi-bold weights

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.1.8

    2026년 1월 31일에 출시 - 52.72 KB
    firefox 142.0 이상에서 작동
    • fix: Minimum threshold for tab groups not applying when removing tabs from a group
    • feat: Auto Capitalize group titles.

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.1.7

    2026년 1월 31일에 출시 - 52.7 KB
    firefox 142.0 이상에서 작동
    • Feat: Implement color picker for group color selection in rules modal

    GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

다운로드

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

최신 빌드

  • Nightly
  • Beta

기업용 Firefox

  • Enterprise

커뮤니티

  • Connect
  • Contribute
  • Developer

팔로우

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.