LLM Form Filler 版本紀錄 - 19 個版本
LLM Form Filler 作者: Georges_Paul
LLM Form Filler 版本紀錄 - 19 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 1.18
發行於 2026年4月21日 - 647.19 KB適用於 firefox 58.0 與更新版本FixesSyncfusion and other masked date inputs (e.g. dd-mm-aaaa) now fill correctly. Previously the month segment could be dropped because the component only accepts per-character digit input.
React/Vue/Angular controlled inputs that ignore raw element.value = ... assignment now fill via the native prototype value setter.
Native <select> option matching is more forgiving: numeric equivalence ("4" matches "04"), prefix match either direction ("Apr" <-> "April"), and substring fallback.
Custom ARIA comboboxes (MUI, Ant Design, Chakra, etc.) are detected and filled by opening the popup and clicking the matching option. Date pickers are excluded so they get typed into instead.原始碼依照 MIT License 條款釋出
較舊版本
版本 1.17
發行於 2026年4月20日 - 644.38 KB適用於 firefox 58.0 與更新版本Improved filling logic: priority on visual analysis of form.
Switched to Opus 4.7 as recommended model.原始碼依照 MIT License 條款釋出
版本 1.16
發行於 2026年4月15日 - 643.89 KB適用於 firefox 58.0 與更新版本New form-filling engine.
FormFill no longer depends on the external OmniParser service. It now uses a single call to a modern vision-capable AI model (Claude Opus 4.6 by default) that looks at the page the same way you do, combined with a fast rule-based pre-pass for common fields like name, email, address, and phone. Result: fewer moving parts, no Replicate account needed, and noticeably better matching on complex forms.
KeePass support. Connect your .kdbx password database and fill usernames and passwords
directly from it. A dedicated "Fill User/Pass" button appears in the popup; if multiple
matching entries exist for the site, you get a picker to choose the right one.
Live fill overlays. During a vision fill, FormFill now draws color-coded boxes over each
detected field so you can see what's happening in real time:
- Gray - field detected
- Green - filled from a built-in rule (e.g. autocomplete attribute)
- Blue - filled by the AI
- Orange - no suitable value found in your profile
- Yellow pulse - field currently being filled
Boxes clear automatically once filling finishes.
Easier model selection. The LLM Config page now has one-click preset buttons for the
recommended vision models: Claude Opus 4.6, Claude Sonnet 4.5, GPT-5, and Qwen2.5-VL 72B.
Reliability fixes.
- Forms inside cross-origin iframes now fill correctly.
- Checkboxes and radio buttons are handled properly, including unchecked states.
- Dropdowns that the AI occasionally missed are now picked up by a fallback detector.
- Fixed a race condition where the popup would sometimes report "complete" before the
main page had finished.
- Miscellaneous stability improvements around dynamic forms that change as you fill them.
Settings cleanup. The old OmniParser / Replicate configuration has been removed from the
options page since it is no longer needed.原始碼依照 MIT License 條款釋出
版本 1.15
發行於 2026年1月31日 - 596.51 KB適用於 firefox 58.0 與更新版本Added option to fill forms based on visual page analysis (experimental). Requires Replicate API key on top of existing LLM Openrouter API key.原始碼依照 MIT License 條款釋出
版本 1.14
發行於 2026年1月30日 - 583.35 KB適用於 firefox 58.0 與更新版本Fix concurrency issues in extension.原始碼依照 MIT License 條款釋出
版本 1.13
發行於 2026年1月22日 - 582.92 KB適用於 firefox 58.0 與更新版本Fixed "stop filling" sometimes not responding correctly
Faster filling原始碼依照 MIT License 條款釋出
版本 1.12
發行於 2026年1月22日 - 582.01 KB適用於 firefox 58.0 與更新版本Much faster filling using less LLM credits
Added proper loading bar and fixed existing loading bar issues
Fixed various minor issues原始碼依照 MIT License 條款釋出
版本 1.11
發行於 2025年9月9日 - 566.33 KB適用於 firefox 58.0 與更新版本Fixed bug in last release. Added custom prompt entry.原始碼依照 MIT License 條款釋出
版本 1.10
發行於 2025年9月9日 - 566.77 KB適用於 firefox 58.0 與更新版本Completely changed layout.
Can now fill forms that require multiple profiles of different people/organizations.原始碼依照 MIT License 條款釋出
版本 1.9
發行於 2025年7月15日 - 583.46 KB適用於 firefox 58.0 與更新版本Fixed some security issues.
Nicer buttons.
Fixed extension icon issues.原始碼依照 MIT License 條款釋出
版本 1.8
發行於 2025年7月10日 - 727.76 KB適用於 firefox 58.0 與更新版本Added a stop button to stop cancel filling.
Fixed progress bar not working.
Fixed free input text field only accepting one line.
<3 Grok 4原始碼依照 MIT License 條款釋出
版本 1.7
發行於 2025年6月27日 - 726.8 KB適用於 firefox 58.0 與更新版本Improved simulated typing for data entry into form fields.
Improved simulated page click to focus form.
Improved error log messages.原始碼依照 MIT License 條款釋出
版本 1.6
發行於 2025年1月19日 - 725.85 KB適用於 firefox 58.0 與更新版本When configuring a new LLM API, and exiting the config window, the LLM was not automatically selected. This is now fixed.原始碼依照 MIT License 條款釋出
版本 1.5
發行於 2024年10月9日 - 725.01 KB適用於 firefox 58.0 與更新版本Fixes bug where the test profile doesn't get loaded on first load.原始碼依照 MIT License 條款釋出
版本 1.4
發行於 2024年10月9日 - 724.96 KB適用於 firefox 58.0 與更新版本Fixes a bug that caused the extension not to load properly.原始碼依照 MIT License 條款釋出
版本 1.3
發行於 2024年10月6日 - 724.93 KB適用於 firefox 58.0 與更新版本Fixes (hopefully) a small bug where the default profile doesn't get loaded on first start of the extension.原始碼依照 MIT License 條款釋出
版本 1.2
發行於 2024年10月6日 - 724.88 KB適用於 firefox 58.0 與更新版本You can now configure your LLM of choice. Use either a self-hosted local LLM through the Ollama app (external app) or use any third party LLM of choice through openrouter.ai
Beware: if you chose to use a third-party online LLM (unlike Ollama) your personal information will be sent to the third party LLM for processing. If you don't like this: use Ollama which runs offline with a model of your choice running on your own machine.原始碼依照 MIT License 條款釋出
版本 1.1
發行於 2024年7月12日 - 674.91 KB適用於 firefox 58.0 與更新版本Added status updates during filling.原始碼依照 MIT License 條款釋出