Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Houdin 版本历史 - 11 个版本

Houdin 作者: Afonso Raposo

目前尚无评分
0 / 5 星
5
0
4
0
3
0
2
0
1
0
Houdin 版本历史 - 11 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 4.0.0

    发布于 2025年11月16日 - 1.05 MB
    适用于 firefox 109.0a1 及更高版本
    That's one small step for a man, one giant leap for Houdin.
    This version introduces the Houdin API, allowing users to authenticate. This is the start of the cloud integration.
    Exciting features ahead!

    源代码遵循自定义许可证发布

    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 3.8.5

    发布于 2025年11月13日 - 1.04 MB
    适用于 firefox 109.0a1 及更高版本
    • Run OpenAI on background instead of content
    • Type text on non-input fields
    • Element selector for placeholder and label use "contains"
    • Allow setting the position of the injected element: start or end
    • Wait for element when injecting trigger to page

    源代码遵循自定义许可证发布

    下载文件
  • 版本 3.8.4

    发布于 2025年11月8日 - 1.03 MB
    适用于 firefox 109.0a1 及更高版本
    • Added help/contact button
    • Improved error handling on cookies and storage reads

    源代码遵循自定义许可证发布

    下载文件
  • 版本 3.8.2

    发布于 2025年11月4日 - 1.03 MB
    适用于 firefox 109.0a1 及更高版本
    Bug fix:
    - fixed an issue when creating/deleting edges in the workflow designer

    源代码遵循自定义许可证发布

    下载文件
  • 版本 3.8.1

    发布于 2025年11月3日 - 1.03 MB
    适用于 firefox 109.0a1 及更高版本
    The update introduces two new workflow actions and several improvements:
    📝 Fill Form Action: Automates filling forms on any website by letting users specify field selectors (CSS, XPath, label, etc.) and values (including variables from other steps). Ideal for repetitive tasks like registrations or contact forms.
    🔄 Create Variable Action: Lets users process and combine data using Liquid templates, referencing other workflow outputs or metadata to generate dynamic content. Useful for messages, totals, and data merging.
    ⚡ Improvements: Faster workflow designer, node copy/paste and auto-layout, improved text display and shortcuts, and fixes for variable interpolation, canvas rendering, and undo/redo stability.

    源代码遵循自定义许可证发布

    下载文件
  • 版本 3.7.2

    发布于 2025年10月25日 - 2.05 MB
    适用于 firefox 109.0a1 及更高版本
    ✨ New Features
    - If action for conditional workflow logic
    - Liquid templating engine integration
    - Popup trigger for manual execution
    - Multiple output handles for actions
    - Maximizable code and text editors
    - Enhanced node visual design

    🔧 Improvements
    - Better workflow execution with output handle routing
    - Improved error handling and tracking
    - Visual edge management and deletion
    - Updated footer component and branding

    📜 Legal & Business
    - License updated from PolyForm Noncommercial to FSL-1.1-ALv2
    - Updated README and documentation

    🐛 Technical Changes
    - Workflow engine supports conditional paths
    - Enhanced execution context with Liquid integration
    - Better node property handling and validation
    - Improved background/content script communication

    源代码遵循自定义许可证发布

    下载文件
  • 版本 3.5.2

    发布于 2025年10月13日 - 953.63 KB
    适用于 firefox 109.0a1 及更高版本
    🍪 Cookie Management
    • Fixed issues where cookie-related automation wasn't working properly in Firefox
    • Made cookie operations more reliable across all supported browsers
    • Added better error messages when trying to access cookies on restricted pages

    📋 Copy & Paste Features
    • Fixed clipboard operations that were sometimes failing silently
    • Added proper permissions so the extension can reliably copy text to your clipboard
    • Users will now see clear error messages if clipboard access fails

    ⚡ Performance & Reliability
    • Improved how the extension starts up and connects to web pages
    • Fixed timing issues that could cause automations to fail or get stuck
    • Made the extension more responsive when switching between browser tabs

    🧹 Behind-the-Scenes Improvements
    • Removed outdated features that were no longer needed
    • Cleaned up code to make the extension run more efficiently
    • Better error handling to help diagnose issues when they occur

    源代码遵循自定义许可证发布

    下载文件
  • 版本 3.5.1

    发布于 2025年10月13日 - 952.61 KB
    适用于 firefox 109.0a1 及更高版本
    🆕 New Storage Features
    You can now easily work with your browser's storage:
    • Save and retrieve data in your browser's local storage (stays forever until you delete it)
    • Temporary data storage using session storage (disappears when you close the browser)
    • Cookie management - create, read, update, and delete cookies with expiration times
    These new features let you build workflows that remember information between visits or share data between different parts of your automation.

    🎨 Better User Experience
    • Smoother modal windows - Pop-up windows now work better and don't interfere with scrolling
    • Organized variables - When designing workflows, variables are now sorted in a logical order
    • Cleaner workflow lines - The connecting lines between workflow steps now look smoother and more professional
    • Less layout jumping - The interface stays more stable when opening windows and dialogs

    🐛 Fixes and Improvements
    • Smarter form validation - Forms now only check fields that are actually visible, reducing unnecessary error messages
    • Better error handling - Improved how errors are displayed and cleared in the workflow designer
    • More reliable testing - Behind-the-scenes improvements to make the extension more stable

    源代码遵循自定义许可证发布

    下载文件
  • 版本 3.4.2

    发布于 2025年10月7日 - 949.51 KB
    适用于 firefox 109.0a1 及更高版本
    🚀 New Features

    Workflow Designer Enhancements:
    • Variables System: Added workflow variables with interpolation support and management UI
    • Enhanced Node Configuration: Improved node properties panel with better UX
    • New Actions: Added writeClipboardAction for clipboard operations
    • Example Workflows: Added 9 new example workflows including ChatGPT integration, form filling, content extraction, and news summarization
    • OpenAI Improvements: Added GPT-5 support and custom model configuration
    • UI Improvements: Redesigned workflow designer interface with better performance and usability

    🐛 Bug Fixes

    Error Handling
    • Background Actions: Fixed error notifications when background actions fail
    • Notification System: Enhanced notification system with proper color support

    Workflow System
    • Auto-save: Fixed auto-save clearing after workflow save
    • Variable Interpolation: Fixed variable substitution in workflow execution
    • UI Components: Multiple small fixes for form inputs, tooltips, and rendering

    源代码遵循自定义许可证发布

    下载文件
  • 版本 3.4.1

    发布于 2025年9月25日 - 942.62 KB
    适用于 firefox 109.0a1 及更高版本
    • fixed some bugs: namely the execution of custom scripts
    • changed how to access the execution history
    • changed how ids are generated
    • improved e2e testing

    源代码遵循自定义许可证发布

    下载文件
  • 版本 3.3.5

    发布于 2025年9月21日 - 942.2 KB
    适用于 firefox 109.0a1 及更高版本
    Fixed an issue with the creation of Workflows. Before it was failing when creating a second workflow as it was reusing the same workflow ID between workflows creation.

    源代码遵循自定义许可证发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。