Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

SleepyTabs - Beautiful Tab Suspender のバージョン履歴 - 全 15 バージョン

SleepyTabs - Beautiful Tab Suspender 作成者: Sato

5 段階中 4.9 の評価
5 段階中 4.9 の評価
5
6
4
1
3
0
2
0
1
0
SleepyTabs - Beautiful Tab Suspender のバージョン履歴 - 全 15 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 1.2.10

    リリース日 : 2025年8月27日 - 111.65 KB
    firefox バージョン 139.0 以降 で動作
    Version 1.2.10 (August 26, 2025)

    Bug Fix
    • Waking a tab only restores tab to original postion when waking from a Sleeping Group.

    Version 1.2.9 (August 25, 2025)

    New Features
    • New icon!! The original icon is now used as the "Restricted URL" icon.
    • Enable SidePanel in Chrome.
    • Added sidepanel toggle to context menu
    • Update Notifications
    • This will hold the update until you click on the notification. After clicking the notification, it will resleep any current sleeping tabs to ensure they are properly discarded.
    • Expermential Settings
    • Added experimental settings toggle to Advanced menu.
    • Enable experimental settings, a new Sessions link will appear in the footer.
    • Sleepy Sessions
    • SleepySessions allows you to save and restore tabs/windows/snapshots across browser sessions.
    • Various types of URLs are considered "restricted" by browsers. These are marked by the old SleepyTabs icon.
    • You can restore these without issue in most cases. When restoring a snapshot, a custom page will show a link for you to copy.

    Core Improvements
    • Cleanup polyfill, no bloat.
    • Better debug logging.
    • Continued code optimizations, cleanup, and bug fixes.

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    この拡張機能を使用するには Firefox が必要です
    Firefox をダウンロードして拡張機能を入手する
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 1.2.9

    リリース日 : 2025年8月25日 - 111.57 KB
    firefox バージョン 139.0 以降 で動作
    Version 1.2.9 (August 25, 2025)

    New Features
    • New icon!! The original icon is now used as the "Restricted URL" icon.
    • Enable SidePanel in Chrome.
    • Added sidepanel toggle to context menu
    • Update Notifications
    • This will hold the update until you click on the notification. After clicking the notification, it will resleep any current sleeping tabs to ensure they are properly discarded.
    • Expermential Settings
    • Added experimental settings toggle to Advanced menu.
    • Enable experimental settings, a new Sessions link will appear in the footer.
    • Sleepy Sessions
    • SleepySessions allows you to save and restore tabs/windows/snapshots across browser sessions.
    • Various types of URLs are considered "restricted" by browsers. These are marked by the old SleepyTabs icon.
    • You can restore these without issue in most cases. When restoring a snapshot, a custom page will show a link for you to copy.

    Core Improvements
    • Cleanup polyfill, no bloat.
    • Better debug logging.
    • Continued code optimizations, cleanup, and bug fixes.

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.2.5

    リリース日 : 2025年8月17日 - 105.66 KB
    firefox バージョン 138.0 以降 で動作
    Update time! Some code cleanup, new feature and minor bug fixes. For now the Sleeping Groups are fairly basic. Ill expand on this in coming updates. Feedback always welcome. Easiest way is to open an issue on the gitlab.

    Version 1.2.5 (August 16, 2025)

    New Features
    • Sleeping Tabs Groups
    • New setting in Appearance, Use Groups. If enabled, tabs will be placed into a Sleeping group.
    • Default group name and color can be set to customize the sleeping group.
    • The setting uses the Group Name to find sleep/wake tabs. If the group name is changed, newly slept tabs will use the new group.

    Bug Fixes
    • Some minor UI changes.
    • 'Float on Top' restyle.

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.2.3

    リリース日 : 2025年8月4日 - 103.23 KB
    firefox バージョン 138.0 以降 で動作
    Version 1.2.3

    New Features
    • Change Log Page
    • Added a changelog page that shows on SleepyTabs updates.
    • Can also access this in the footer next to the Help link, Release Notes.

    Core Improvements
    • SleepyTabs now re-discards sleeping tabs that were loaded but not yet awakened
    • UUID now based on the tab's specifc URL.
    • Moved theme settings and wake times into tabInfo config.

    Bug Fixes
    • Padding on tabs
    • Float on Top in popup
    • Popout width

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.2.1

    リリース日 : 2025年7月29日 - 96.38 KB
    firefox バージョン 138.0 以降 で動作
    Version 1.2.1
    • Bug Fixes:
    • Fix 'Wake Up' on Sleeping page from restoring correct url on wrong tab after browser restart.

    Version 1.2.0

    New Features
    • Reader Mode Support
    • Added dedicated Reader Mode settings
    • Control whether Reader Mode tabs can be put to sleep or woken up
    • Maximum Active Tabs
    • Set a limit for how many recently used tabs should remain active
    • Based on tab's last access time
    • Setting to 0 disables this feature
    • Example: Setting to 2 will keep your 2 most recently used tabs awake

    Enhanced Tab Settings
    • Split controls for different tab types into separate sleep/wake options:
    • Pinned tabs
    • Grouped tabs
    • Private browsing tabs
    • Reader Mode tabs

    UI Improvements
    • Updated styles and overall user interface
    • More intuitive settings organization

    Translation System
    • Switched to TOML format for translations (en.toml, fr.toml)
    • For Contributors:
    • To add a new language, copy en.toml, rename to your locale code, and translate
    • TOML files automatically generate JSON on build
    • Added translation verification tools:
      To check for missing or unused translations:
    • bun run build
    • bun run i18n:scan
    • Bug Fixes:
    • "Wake All Tabs" now correctly respects the current window setting when enabled

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.2.0

    リリース日 : 2025年7月29日 - 96.37 KB
    firefox バージョン 138.0 以降 で動作
    Version 1.2.0

    New Features
    • Reader Mode Support
    • Added dedicated Reader Mode settings
    • Control whether Reader Mode tabs can be put to sleep or woken up
    • Maximum Active Tabs
    • Set a limit for how many recently used tabs should remain active
    • Based on tab's last access time
    • Setting to 0 disables this feature
    • Example: Setting to 2 will keep your 2 most recently used tabs awake

    Enhanced Tab Settings
    • Split controls for different tab types into separate sleep/wake options:
    • Pinned tabs
    • Grouped tabs
    • Private browsing tabs
    • Reader Mode tabs

    UI Improvements
    • Updated styles and overall user interface
    • More intuitive settings organization

    Translation System
    • Switched to TOML format for translations (en.toml, fr.toml)
    • For Contributors:
    • To add a new language, copy en.toml, rename to your locale code, and translate
    • TOML files automatically generate JSON on build
    • Added translation verification tools:
      To check for missing or unused translations:
    • bun run build
    • bun run i18n:scan
    • Bug Fixes:
    • "Wake All Tabs" now correctly respects the current window setting when enabled

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1.5

    リリース日 : 2025年7月24日 - 93.22 KB
    firefox バージョン 138.0 以降 で動作
    v1.1.5
    • Fix Wake All Tabs

    v1.1.4
    • Add User Settings title
    • Improved tab tracking with unique identifiers
    • Fixed issues with tab information persistence
    • Enhanced reliability when restoring tabs after browser restarts or crashes
    • Better handling of tab information across browser sessions

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1.4

    リリース日 : 2025年7月23日 - 93.27 KB
    firefox バージョン 138.0 以降 で動作
    • Add User Settings title
    • Improved tab tracking with unique identifiers
    • Fixed issues with tab information persistence
    • Enhanced reliability when restoring tabs after browser restarts or crashes
    • Better handling of tab information across browser sessions

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1.3

    リリース日 : 2025年7月14日 - 92.81 KB
    firefox バージョン 138.0 以降 で動作
    Removed some extension permissions.
    Better tab history preservation.
    Better URL handling on sleep/wake.
    Optimize the Import Settings page.

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1.1

    リリース日 : 2025年6月21日 - 92.43 KB
    firefox バージョン 138.0 以降 で動作
    Slept tabs will use their FavIcons instead of SleepyTabs icon
    Title Prefix added to appearance section. Able to set custom emoji or text instead of default Sleeping: URL
    Current prefix default is the ZZZ emoji.
    Added SideBar. Default hotkey is Ctrl + Shift + 4, or use the button in the sidebar panel
    Added context menu item, "Add to SleepyTabs Whitelist". Adds the exact URL to Whitelist

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1.0

    リリース日 : 2025年6月20日 - 90.56 KB
    firefox バージョン 138.0 以降 で動作
    Add localization. Current - EN, FR
    Add 'Sleep tabs in current window' // SleepAllTabs will sleep only in current window. Popup only.
    Possible better memory savings when sleeping
    Optimize some code

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.7

    リリース日 : 2025年6月16日 - 86.4 KB
    firefox バージョン 138.0 以降 で動作
    Fix for SleepAllTabs btn and whitelist

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.6

    リリース日 : 2025年6月9日 - 86.42 KB
    firefox バージョン 138.0 以降 で動作
    Import/Export/Reset User Settings Buttons
    Added Nord theme
    Added option for settings to sync to profile, off by default
    Added support fom Chrome browsers
    Hotkeys:
    - Put tabs to sleep with Ctrl+Shift+1
    - Sleep all tabs with Ctrl+Shift+2
    - Wake all tabs with Ctrl+Shift+3
    Change these in your browsers extension settings page

    Basic support for waking specific types of tabs(newtab, etc)
    Fix tab tracking when multiple windows are open and using popout mode

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.5

    リリース日 : 2025年6月4日 - 63.21 KB
    firefox バージョン 138.0 以降 で動作
    Update default whitelist
    Update Readme
    Slight design changes for popup
    Fix issue with checkboxes
    Add Advanced tab/Settings page to popup
    New Advanced settings
    Check Interval
    Grace Period
    Sleep ActiveTabs
    Sleep AudibleTabs
    Sleep PrivateTabs
    Sleep LoadingTabs
    Sleep AttentionTabs

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.4

    リリース日 : 2025年6月1日 - 61.96 KB
    firefox バージョン 130.0 以降 で動作
    Accessibility
    Various bug fixes
    Restyle popup to use tabs for General/Appearance
    Some style style changes for sleeping page
    Better popup light theme styles
    Fix light/dark theme for popup based on system theme
    Add gracePeriod, checkInterval to defaultConfig
    Set default config settings on first load/install, rather than first 'use'

    ソースコードは GNU Affero General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。