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

AIChatClip — AIチャットをObsidian・Notionに保存 のバージョン履歴 - 全 6 バージョン

AIChatClip — AIチャットをObsidian・Notionに保存 作成者: tohshima115

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

  • 最新バージョン

    バージョン 1.1.4

    リリース日 : 2026年4月21日 - 732.49 KB
    firefox バージョン 140.0 以降 で動作
    v1.1.4 Release Notes (2026-04-22)

    Bug Fixes
    • Self-diagnostic now respects slow-thinking models. v1.1.3 fixed the
      case where empty new chats triggered false "selector broken" signals.
      v1.1.4 closes the remaining gap: the window between a user sending a
      message and the assistant starting to stream its reply.
    • A 2-minute grace period (USER_TURN_GRACE_MS = 120_000) is now
      applied to the responses diagnostic. When getUserTurnCount() goes
      up — user just sent a message — the per-tab session timer resets, and
      responses = 0 is ignored as a strike until the grace has elapsed.
    • This covers ChatGPT o1/o3 thinking, Claude extended thinking, and
      Perplexity deep-research modes, where the assistant can take 30 s to
      a few minutes before its first visible token. Those delays no longer
      produce spurious Discord notifications.
    • Genuinely broken scrapers still fire as before — after 2 minutes of
      no response following the user's last message, strikes accumulate and
      a single selectorBroken event is sent.

    Implementation Notes
    • Each scraper now exports get<Service>UserTurnCount() in place of the
      boolean has<Service>UserTurn() from v1.1.3.
    • reportSelectorResult(service, category, count, ctx) accepts an
      optional ctx.userTurnCount. Logic that was duplicated across eight
      content scripts has been pulled into diagnostics.ts, where it
      centrally handles both "no user turn → skip" and "within grace → skip".
    • SPA navigation (same tab, different chat) is handled: when the user
      turn count goes down, the grace timer also resets, since we are now
      effectively in a new conversation.

    ソースコードは MIT License に従いリリースされています

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

    バージョン 1.1.2

    リリース日 : 2026年4月19日 - 731.11 KB
    firefox バージョン 140.0 以降 で動作
    What's new in v1.1.2

    Smarter setup flow
    The setup wizard has been redesigned from a fixed 5-step wizard into an adaptive single-task view. It now detects your current state and shows only what's needed next — no more back-and-forth. Progress is shown as compact status pills (e.g. "Signed in", "Extension ready"), and the destination selection and connection steps are merged into one screen so you can pick and connect without jumping around.

    Better error feedback when no destination is set
    Previously, clicking the clip button while logged in but with no Obsidian/Notion connected would silently show a success message. Now it shows an error and a tooltip ("Destination not configured") that takes you directly to the setup page.

    Automatic problem detection (background)
    The extension now silently monitors whether AI service UI changes break the clip button. If a service updates its layout and clips stop working, the extension detects this and reports it to the developer automatically — so fixes can be shipped faster. You can turn this off in the extension popup.

    ソースコードは MIT License に従いリリースされています

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

    リリース日 : 2026年3月28日 - 695.07 KB
    firefox バージョン 140.0 以降 で動作
    v1.1.0 Release Notes (2026-03-29)

    New AI Platform Support
    • DeepSeek (chat.deepseek.com)
    • Kimi (kimi.com)
    • Perplexity (perplexity.ai)
    • NotebookLM (notebooklm.google.com)

    Total: 8 platforms supported (ChatGPT, Claude, Gemini, Grok + 4 new)

    Popup UI Redesign
    • Dark theme with brand color consistency (Instrument Serif font for logo)
    • Connection chain visualization: Extension → Server → Destination status at a glance
    • Tab-based layout: Sync and Webhooks are now separate tabs
    • Destination selector: Switch between Obsidian and Notion
    • Notion database selection status detection
    • Pro/Free plan badge with upgrade link
    • Recent clips display (last 3, clickable to jump back to conversation)
    • My Page link and Help & Feedback link
    • Login explanation text for new users
    • Lucide React icons throughout the UI

    Webhook Enhancements
    • Custom headers: Add authentication headers (e.g. Authorization: Bearer xxx)
    • Test sending: Send a sample payload to verify webhook setup
    • Delivery logs: See last send status per webhook
    • Initial empty form displayed by default
    • Documentation link in Webhooks tab

    Internationalization (6 languages)
    • English, 日本語, 中文, 한국어, Русский, Español
    • Chrome _locales based, auto-follows browser language

    Other Improvements
    • Welcome page opens on first install
    • ChatGPT DOM change support (article → section)
    • Clickable chain nodes (Server → My Page, Destination → setup/integrations)
    • ClipSource type unified in @aichatclip/shared (single source of truth)
    • Webhook docs updated with correct source field values and prompt field

    Bug Fixes
    • Fixed ChatGPT section element migration
    • Fixed Perplexity Pro banner interference
    • Fixed Kimi domain migration (kimi.moonshot.cn → kimi.com)

    ソースコードは MIT License に従いリリースされています

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

    リリース日 : 2026年3月17日 - 390.33 KB
    firefox バージョン 140.0 以降 で動作
    CROSにfirefoxを追加

    ソースコードは MIT License に従いリリースされています

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

    リリース日 : 2026年3月16日 - 385.95 KB
    firefox バージョン 140.0 以降, android バージョン 140.0 以降 で動作
    ログインしても未ログインの表示になってしまう不具合の修正

    ソースコードは MIT License に従いリリースされています

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

    リリース日 : 2026年3月11日 - 385.96 KB
    firefox バージョン 140.0 以降 で動作

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
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 あるいはそれ以降のバージョンで公開されています。