תוספות לדפדפן Firefox
  • הרחבות
  • ערכות נושא
    • עבור Firefox
    • מילונים וחבילות שפה
    • אתרי דפדפנים אחרים
    • תוספות עבור Android
כניסה
הסמל של התוספת

היסטוריית גרסאות עבור Auto Tab Groups - ‏25 גרסאות

Auto Tab Groups Nitzan מאת

דירוג 4.8 מתוך 5
4.8 כוכבים מתוך 5
5
36
4
4
3
2
2
0
1
0
היסטוריית גרסאות עבור Auto Tab Groups - ‏25 גרסאות
  • יש להיזהר עם גרסאות ישנות! גרסאות אלה מוצגות למטרות בדיקה ועיון.מומלץ תמיד להשתמש בגרסה העדכנית של תוספת.

  • הגרסה העדכנית ביותר

    גרסה 3.3.2

    תאריך שחרור: 9 אפר׳ 2026 - 305.31 ק״ב
    עובד עם ‏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 only

    הורדת Firefox וקבלת ההרחבה
    הורדת קובץ
  • גרסאות ישנות יותר

    גרסה 3.3.1

    תאריך שחרור: 7 אפר׳ 2026 - 305.24 ק״ב
    עובד עם ‏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 only

    הורדת קובץ
  • גרסה 3.3.0

    תאריך שחרור: 3 אפר׳ 2026 - 305.25 ק״ב
    עובד עם ‏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 only

    הורדת קובץ
  • גרסה 3.2.0

    תאריך שחרור: 2 אפר׳ 2026 - 304.79 ק״ב
    עובד עם ‏firefox 142.0 ומעלה
    • Fix localhost tab grouping
    • Add exclusion patterns

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 3.1.3

    תאריך שחרור: 25 מרץ 2026 - 304.1 ק״ב
    עובד עם ‏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 only

    הורדת קובץ
  • גרסה 3.1.1

    תאריך שחרור: 25 מרץ 2026 - 302.36 ק״ב
    עובד עם ‏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 only

    הורדת קובץ
  • גרסה 3.0.6

    תאריך שחרור: 17 מרץ 2026 - 300.78 ק״ב
    עובד עם ‏firefox 142.0 ומעלה
    feat: make "open tab next to current" opt-in with toggle

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 3.0.4

    תאריך שחרור: 13 פבר׳ 2026 - 300.36 ק״ב
    עובד עם ‏firefox 142.0 ומעלה
    feat: defer tab grouping for pending navigation in Firefox

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 3.0.3

    תאריך שחרור: 13 פבר׳ 2026 - 300.3 ק״ב
    עובד עם ‏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 only

    הורדת קובץ
  • גרסה 3.0.2

    תאריך שחרור: 10 פבר׳ 2026 - 300.15 ק״ב
    עובד עם ‏firefox 142.0 ומעלה

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 2.1.10

    תאריך שחרור: 3 פבר׳ 2026 - 282.35 ק״ב
    עובד עם ‏firefox 142.0 ומעלה
    • Bug Fix: "Group new empty tabs under System" Toggle Ignored

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 2.1.9

    תאריך שחרור: 31 ינו׳ 2026 - 282.35 ק״ב
    עובד עם ‏firefox 142.0 ומעלה
    Add Inter font styles for regular and semi-bold weights

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 2.1.8

    תאריך שחרור: 31 ינו׳ 2026 - 52.72 ק״ב
    עובד עם ‏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 only

    הורדת קובץ
  • גרסה 2.1.7

    תאריך שחרור: 31 ינו׳ 2026 - 52.7 ק״ב
    עובד עם ‏firefox 142.0 ומעלה
    • Feat: Implement color picker for group color selection in rules modal

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 2.1.6

    תאריך שחרור: 31 ינו׳ 2026 - 52.32 ק״ב
    עובד עם ‏firefox 142.0 ומעלה
    • Feat: Added a "Create Rule from Group" button in the page's right-click menu

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 2.1.5

    תאריך שחרור: 31 ינו׳ 2026 - 51 ק״ב
    עובד עם ‏firefox 142.0 ומעלה
    • Improved custom rule matching with priority for exact domains over auto-subdomains
    • Removed the limit on the number of domain patterns per rule
    • Added comprehensive E2E tests for auto-grouping and auto-collapse (focus mode)
    • Refined Playwright E2E test configuration
    • Bumped package version to 2.1.5

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 2.1.4

    תאריך שחרור: 24 ינו׳ 2026 - 50.89 ק״ב
    עובד עם ‏firefox 142.0 ומעלה
    • Added Focus mode / Auto collapse inactive groups

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 2.1.3

    תאריך שחרור: 23 ינו׳ 2026 - 46.8 ק״ב
    עובד עם ‏firefox 142.0 ומעלה
    • Refactor to use WXT, TS, and Bun
    • Fixed code.
    • Added tests.

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 2.1.2

    תאריך שחרור: 23 ינו׳ 2026 - 46.8 ק״ב
    עובד עם ‏firefox 142.0 ומעלה

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 1.7.1

    תאריך שחרור: 6 אוג׳ 2025 - 71.33 ק״ב
    עובד עם ‏firefox 139.0 ומעלה
    Fix: Save patternType property in the state for the rules and update handling in RulesModal and RulesService

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 1.7.0

    תאריך שחרור: 6 אוג׳ 2025 - 71.22 ק״ב
    עובד עם ‏firefox 139.0 ומעלה
    • Enhanced the rules to be more robust, and allow more grouping options

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 1.6.1

    תאריך שחרור: 1 אוג׳ 2025 - 65.22 ק״ב
    עובד עם ‏firefox 139.0 ומעלה
    • Fix: Rules fail to recognize uppercase route. Thanks to @SacredSkull in github for noticing and suggesting the fix!

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 1.6.0

    תאריך שחרור: 28 יולי 2025 - 65.22 ק״ב
    עובד עם ‏firefox 139.0 ומעלה
    • Added the popular feature request for setting a minimum tabs threshold before creating a group, including a global threshold, and a rule specific threshold!

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 1.5.2

    תאריך שחרור: 11 יולי 2025 - 62.35 ק״ב
    עובד עם ‏firefox 139.0 ומעלה
    • Added support to custom rules for IP addresses
    • Fixed the "group new tab" toggle text to be clearer (UX)
    • Refactors

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
  • גרסה 1.5.1

    תאריך שחרור: 9 יולי 2025 - 62.81 ק״ב
    עובד עם ‏firefox 139.0 ומעלה
    • Fixed: All new groups received the same blue color. Now they receive a random one.
    • Feat: Added a toggle button for not/grouping new tabs automatically inside the 'System' group.
    • Fixed: Arrow animation of the "Custom Rules" header was not flipping on open/close

    קוד המקור משוחרר תחת GNU Lesser General Public License v3.0 only

    הורדת קובץ
מעבר לדף הבית של Mozilla

תוספות

  • על אודות
  • בלוג התוספות של Firefox
  • Extension Workshop
  • מרכז המפתחים
  • מדיניות למפתחים
  • בלוג קהילה
  • פורום
  • דיווח על תקלה
  • מדריך סקירה

דפדפנים

  • Desktop
  • Mobile
  • Enterprise

מוצרים

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • פרטיות
  • עוגיות
  • מידע משפטי

למעט היכן שצוין אחרת, התוכן באתר זה מוגש בכפוף לגרסה 3.0 של הרשיון Creative Commons Attribution Share-Alike או כל גרסה עדכנית יותר.