Дополнения для браузера Firefox
  • Расширения
  • Темы
    • для Firefox
    • Словари и языковые пакеты
    • Другие версии браузера
    • Дополнения для Android
Войти
Значок дополнения

История версий «Workspaces» – 13 версий

Workspaces от Kustrica

Оценено на 4,3 из 5
Оценено на 4,3 из 5
5
3
4
0
3
0
2
1
1
0
История версий «Workspaces» – 13 версий
  • Будьте осторожны со старыми версиями! Эти версии отображаются только для сведения и в целях тестирования.Вы всегда должны использовать последнюю версию дополнения.

  • Последняя версия

    Версия 1.14

    Выпущено 27 июля 2026 г. — 580,91 КБ
    Работает с firefox 142.0 и выше
    • Resolved an issue where tabs became hidden and workspaces appeared empty after restarting Firefox.
    • Prevented stale storage snapshots from overwriting restored session tab mappings during browser startup.
    • Ensured reliable tab visibility recovery across all open browser windows simultaneously.

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать Firefox и установить расширение
    Скачать файл
  • Старые версии

    Версия 1.13

    Выпущено 27 июля 2026 г. — 580,72 КБ
    Работает с firefox 142.0 и выше
    • Three-State Action Control & Tab Counts in Sidebar — clicking the header "eye" icon now cycles through three distinct states: Hide controls $\to$ Show action controls $\to$ Show tab counts.
    • Interactive Pill Badge Tab Counters — when the tab counts view is enabled, soft pill-style badges (.ws-tab-count) appear to the right of each workspace name showing real-time count of open tabs assigned to that space. Designed with clean typography and adaptive --icon-filter support for both light and dark themes without AI clutter.
    • Resolved chaotic tab behavior and orphan migrations after browser restart — stripped out recent experimental crash recovery snapshots (maybeRecoverAfterUnexpectedClose, fireCrashRecoverySnapshot). The extension no longer attempts artificial emergency recovery on normal startup, eliminating duplicate blank tabs and false recovery warnings.
    • Stopped automatic "orphan adoption" during workspace switching — switching between workspaces or exiting All Tabs mode will no longer forcefully reassign visible unassigned tabs into the active workspace.
    • Performance optimization — removed repetitive localStorage write bursts (fireCrashRecoverySnapshot) previously triggering on every tab switch or deletion, significantly enhancing Firefox memory usage and responsiveness.

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
  • Версия 1.12

    Выпущено 27 июля 2026 г. — 580,44 КБ
    Работает с firefox 142.0 и выше
    Emoji picker now includes the full emoji set (~1870)

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
  • Версия 1.8

    Выпущено 26 июля 2026 г. — 547,36 КБ
    Работает с firefox 142.0 и выше
    • Focus jumps to Main when clicking a tab - on background cold wake, onActivated could saveState() with default Main and then force a workspace switch, stealing focus. Init now skips early saves, ignores activation during load, and only soft-repairs tab visibility without changing the active tab when it already belongs to the current workspace.

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
  • Версия 1.7

    Выпущено 26 июля 2026 г. — 545,69 КБ
    Работает с firefox 142.0 и выше
    • Tabs jumping to Main – middle-click / Ctrl+click / “Open in new tab” could assign the new tab to Main. Fixed assignment order (opener – active tab – current/last-active workspace), wait for background init on cold wake, and stop using session values for user-opened tabs.
    • “All Tabs” stuck after reopening the sidebar – after enabling All Tabs, closing and reopening the extension panel, the All Tabs button could not be turned off (lastActiveWsId was not declared/restored). State is now restored correctly from storage.

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
  • Версия 1.6

    Выпущено 26 июля 2026 г. — 544,84 КБ
    Работает с firefox 142.0 и выше
    • Scheduled auto-backup – added the alarms permission (without it browser.alarms was unavailable, so only startup backups worked). The autoBackupAlarm is recreated on install, browser startup, script load, and when backup settings change.
    • Tabs jumping to Main – new tabs are assigned synchronously before any async session lookup; workspace is inherited from the opener tab when possible.
    • Tabs disappearing on workspace switch – switchWorkspace no longer claims unmapped tabs into the previous/Main workspace during races with onCreated.
    • Active tab left visible in the wrong workspace – switch order is show → activate a tab of the target workspace then hide others.
    • All Tabs mode – in-memory isAllTabsMode / currentWorkspaceId stay in sync with the UI.
    • Orphan tabs – pending assignments are not claimed into Main; true orphans attach to the destination workspace so they are not lost forever.
    • Options “Next backup” – uses the real alarm scheduledTime when available instead of estimating from the last backup timestamp.

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
  • Версия 1.5.1

    Выпущено 3 июля 2026 г. — 544,22 КБ
    Работает с firefox 142.0 и выше
    • Removed unnecessary all_urls host permission to eliminate privacy warnings and streamline extension permissions.
    • Optimized background script lifecycle to prevent redundant timer resets and duplicate startup operations.

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
  • Версия 1.5

    Выпущено 2 июля 2026 г. — 547,95 КБ
    Работает с firefox 142.0 и выше
    What's New:
    - Auto-Backups: Added a fully-featured automated backup system for tabs and workspaces, saving directly to browser storage.
    - Auto-Backups: Added frequency settings (1, 3, 6, 8, 12 hours, 1 day, 3 days, 1 week) and an option to trigger a backup on browser startup.
    - Auto-Backups: Added a beautiful UI in Options to view backup history with localized date formats and 1-click manual restoration.
    - Auto-Backups: Advanced management displaying size in KB/MB, Restore, Download, and Delete buttons for each backup, plus a Clear All Backups button.
    - Auto-Backups: Configurable max limit for saved backups (1 to 10000) with built-in validation preventing higher inputs.
    - Auto-Backups: Added a Max Storage Limit (MB) setting (up to 5000 MB). The background worker automatically deletes the oldest backups if the limit is exceeded.
    - Auto-Backups: Clicking Restore automatically creates a safety backup of the current state before applying the chosen backup.
    - Auto-Backups: Added new statistics showing Next Backup time, Oldest Backup time, current number of backups out of the maximum limit, and total storage size.
    - Auto-Backups: Added the unlimitedStorage permission to bypass the 5MB browser quota for large backups.
    - Added a warning dialog before starting an import.
    - Added a visual percentage progress indicator in the sidebar and a global blocking overlay on the Options page during data restoration to keep the user informed.
    - Workspace Reset: Added a new Reset All & Close Tabs option to the global reset modal in the sidebar.
    - Workspace Reset: Added strict secondary confirmation dialogs before executing a global reset to prevent accidental clicks.
    - Language Switcher: The Auto option now dynamically displays the system language name that will be used (e.g. English (Auto)).
    - Added a smart throttling mechanism (yielding 30ms every 3 tabs) during mass tab restoration to prevent the browser from freezing when opening 80+ tabs.
    - Added an active state highlight (rounded square) to the History (Logs) icon in the sidebar when the logs view is open.
    - Expanded and applied missing translations for all new features, reset confirmation texts, and notifications across all 19 supported languages.

    What's Fixed:
    - Fixed a critical bug where deleting a background workspace or closing its tabs from the sidebar would crash and close the entire browser window.
    - Fixed a critical issue where selecting Replace current tabs during restore, or Reset All & Close Tabs, would sometimes unexpectedly close the browser window due to context shifts.
    - Fixed a JSON backup import bug where all restored tabs were mistakenly placed into the single current workspace instead of being distributed correctly.
    - Fixed a bug where tabs would randomly move to

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
  • Версия 1.4

    Выпущено 5 мар. 2026 г. — 517,8 КБ
    Работает с firefox 142.0 и выше
    prevent workspace switching to empty workspace when tabs are removed

    When all tabs in the current workspace are removed, the extension would incorrectly switch to an empty workspace, leaving the user with no visible tabs. This change ensures a fallback workspace with tabs is selected, or a new tab is created in the current workspace to maintain a usable interface.

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
  • Версия 1.3

    Выпущено 4 мар. 2026 г. — 517,54 КБ
    Работает с firefox 142.0 и выше
    icon fix

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
  • Версия 1.2

    Выпущено 4 мар. 2026 г. — 517,55 КБ
    Работает с firefox 142.0 и выше
    Add browser action to open options page when toolbar icon is clicked.

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
  • Версия 1.1

    Выпущено 4 мар. 2026 г. — 517,45 КБ
    Работает с firefox 142.0 и выше
    The issue of tabs not being remembered in spaces after closing the browser or extension has been resolved.

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
  • Версия 1.0

    Выпущено 14 февр. 2026 г. — 516,84 КБ
    Работает с firefox 142.0 и выше

    Исходный код выпущен на условиях: Лицензия MIT

    Скачать файл
Перейти на домашнюю страницу Mozilla

Дополнения

  • О сайте
  • Блог дополнений для Firefox
  • Мастерская расширений
  • Центр разработчика
  • Политики разработчика
  • Блог Сообщества
  • Форум
  • Сообщить об ошибке
  • Руководство по написанию отзывов

Скачать

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

Последние сборки

  • Nightly
  • Beta

Firefox для бизнеса

  • Enterprise

Сообщество

  • Connect
  • Contribute
  • Developer

Подписаться

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Приватность
  • Куки
  • Юридическая информация

За исключением случаев, описанных здесь, содержимое этого сайта лицензировано на условиях лицензии Creative Commons «Атрибуция — На тех же условиях» версии 3.0 или любой более поздней версии.