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

S.AI Toolkit のバージョン履歴 - 全 25 バージョン

S.AI Toolkit 作成者: Onyx Mizuna

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

  • 最新バージョン

    バージョン 1.2.6

    リリース日 : 2026年8月16日 - 265.21 KB
    firefox バージョン 140.0 以降, android バージョン 140.0 以降 で動作
    Fixed lorebook buttons not visible when sidebar mode is enabled

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

    Firefox をダウンロードして拡張機能を入手する
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 1.2.5

    リリース日 : 2026年8月16日 - 263.09 KB
    firefox バージョン 140.0 以降, android バージョン 140.0 以降 で動作
    • Made further adjustments to accommodate browser extensions that need to access the textbox

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

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

    リリース日 : 2026年8月15日 - 262.68 KB
    firefox バージョン 140.0 以降, android バージョン 140.0 以降 で動作
    • "Fixed Grammarly suggestions sometimes not applying with Live Text Formatting on",
    • "Fixed Enter sometimes toggling voice input instead of sending on some mobile browsers"

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

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

    リリース日 : 2026年8月14日 - 261.77 KB
    firefox バージョン 140.0 以降, android バージョン 140.0 以降 で動作
    • Compiled this full version history into CHANGELOG.md, pulled from the official Firefox Add-ons release notes, the in-app changelog data, and git history
    • Overhauled the "What's New" update-notification system:
    • Release notes now live in changelog.json instead of a hardcoded object in content.js that had gone stale since v1.0.40 and was silently showing the wrong notes on every release since
    • An already-open SpicyChat tab now shows the correct notes immediately when the extension updates, instead of only after a manual page refresh
    • Added a permanent "What's New" viewer (Settings → Data tab, and the toolbar popup) so release notes can be revisited instead of only being shown once
    • The update notification toast now also has a "View Changelog" button that jumps straight into that viewer, instead of only being reachable from Settings or the toolbar popup afterward
    • Fixed the Settings modal's version number, which was hardcoded and never reflected the actual installed version
    • A version missing from changelog.json now shows an honest "not published yet" placeholder instead of confidently-wrong stale bullets
    • build-spicychat.sh now identifies the Firefox (MV2) vs Chrome (MV3) manifest by content (manifest_version, cross-checked against browser_specific_settings.gecko) instead of trusting filenames, so it still produces correct release zips even if the dev-mode manifest swap was left in place
    • Fixed the WYSIWYG composer permanently duplicating text when a Grammarly (or similar) suggestion was accepted — the debounced live-formatting re-render only reset its timer on the composer's own input events, so Grammarly's insert-then-remove suggestion flow (the removal step doesn't fire input) could get caught mid-edit and bake the transient duplicate in permanently. The re-render now resets on any DOM edit to the composer, not just its own input events
    • Fixed the "remove editor before send" cleanup (narrow-window/iOS send path) checking editor._wysiwygResizeObserver/_wysiwygMutationObserver/_wysiwygValueCheckInterval, which are actually stored on textarea — the guards were always false, so those observers/intervals never actually got disconnected before the editor was removed from the DOM

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

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

    リリース日 : 2026年8月9日 - 256.76 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    Fixed overflow issue when sidebar layout is disabled

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

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

    リリース日 : 2026年8月8日 - 256.2 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    Fixed user text color in light/dark mode, ended up splitting the color settings between user and bot, and in light and dark modes.

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

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

    リリース日 : 2026年8月8日 - 254.1 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    Light/Dark Mode fixes
    • Fixed the character info bar and Sidebar Layout's Generation Settings modal being forced dark regardless of the active theme
    • Fixed the Custom Style settings panel having no light-mode colors at all (text was unreadable)
    • Custom Style now supports independent Light and Dark color profiles with a switch in the settings panel, instead of one shared color set that had to compromise between themes
    • Custom Style's own Light Mode defaults now match SpicyChat's real native colors — enabling it with nothing customized is a visual no-op instead of introducing made-up colors
    • Fixed WYSIWYG composer text rendering invisible (white-on-white) in Light Mode whenever neither Custom Style nor Classic Style was active

    WYSIWYG composer stability
    • Fixed the composer permanently losing cursor movement and syntax highlighting after starting a new chat on the same page (two separate causes: a stuck resize-lock flag, and a stale message-editor registry entry)

    Layout fixes
    • Fixed a gap between the chat scrollbar and the pinned Generation Settings/Memories sidebar panel — the scrollbar now sits flush against it

    Sync fixes
    • Fixed Google Drive "Settings" sync silently excluding two Layout toggles (Selection Checkboxes on Right Side, Square Message Box Edges) due to a key-name mismatch in the sync code
    • Legacy (pre-dual-theme) saved custom styles now migrate correctly into the Dark profile only, instead of also overwriting Light with colors that were never meant for a light background

    Other
    • Fixed "Chat Name in Title" no longer updating the browser tab title, after SpicyChat changed its own page-title format
    • Hid the "Hide Creator Name" setting from the UI — the group-chat feature it was built to hide no longer exists on SpicyChat's side, so it wasn't doing what its label promised. Code is kept intact, not removed, in case that UI returns

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

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

    リリース日 : 2026年6月14日 - 243.84 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started. It will ONLY affect one folder on your Google Drive, so your personal data is safe.
    Implemented compact generation statistics for mobile devices, which you can find under the Features -> Generation Statistics tab.
    Fixed Live Text Formatting (WYSIWYG) on iOS.
    Massive stability and reliability fixes for mobile devices under the hood.
    Fixed pop-up window that appears when clicking on the extension icon on the browser.

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

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

    リリース日 : 2026年6月14日 - 241.18 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    • You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started. It will ONLY affect one folder on your Google Drive, so your personal data is safe.
    • Implemented compact generation statistics for mobile devices, which you can find under the Features -> Generation Statistics tab.
    • Fixed Live Text Formatting (WYSIWYG) on iOS.
    • Massive stability and reliability fixes for mobile devices under the hood.

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

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

    リリース日 : 2026年6月9日 - 222.42 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Experimenting with methods for resolving React crashes on iOS when WYSIWYG is enabled

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

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

    リリース日 : 2026年6月9日 - 221.79 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Further refinements for WYSIWYG in iOS

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

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

    リリース日 : 2026年6月9日 - 221.25 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Now working on WYSIWYG editor fix on iOS

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

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

    リリース日 : 2026年6月9日 - 219.94 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Applying the same technique to the upload process

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

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

    リリース日 : 2026年6月9日 - 219.08 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Continued experimenting with file downloads - disabled chunking.

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

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

    リリース日 : 2026年6月9日 - 220.25 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Further refinements to nail down the iOS drive sync issue

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

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

    リリース日 : 2026年6月8日 - 219.96 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Still working on figuring out the best way to set up Drive sync on iOS. My apologies to my Firefox users. <3

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

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

    リリース日 : 2026年6月8日 - 219.83 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Continuing work on fixing Safari iOS Google Drive sync

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

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

    リリース日 : 2026年6月8日 - 218.17 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Continued troubleshooting; Safari optimization

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

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

    リリース日 : 2026年6月8日 - 217.57 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Further tweaks to try and get iOS working perfectly

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

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

    リリース日 : 2026年6月8日 - 216.71 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Further fixes for iOS

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

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

    リリース日 : 2026年6月8日 - 215.93 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Now fixing the upload function. (Sorry for the update spam)

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

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

    リリース日 : 2026年6月8日 - 215.51 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    More iOS fixes

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

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

    リリース日 : 2026年6月8日 - 214.14 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Further testing to figure out why sync doesn't work on iOS

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

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

    リリース日 : 2026年6月8日 - 212.15 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Further refinements to get Google sign-in working on iOS

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

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

    リリース日 : 2026年6月8日 - 212.44 KB
    firefox バージョン 142.0 以降, android バージョン 142.0 以降 で動作
    You can now use Google Drive to backup and synchronize your generation statistics, styles and settings across devices! Go to the Data tab and sign in with your Google account to get started.

    Implemented OAuth relay for iOS devices

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

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

アドオン

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

Download

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

Latest Builds

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

Community

  • Connect
  • Contribute
  • Developer

Follow

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • プライバシー
  • Cookie
  • 法的情報

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