Spell Checker 版本历史 - 5 个版本
Spell Checker 作者: Melker
Spell Checker 版本历史 - 5 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 2.1.1
发布于 2026年9月5日 - 306.76 KB适用于 firefox 58.0 及更高版本Small bug fix:
handleSpellCheckShortcut set to true.源代码遵循 MIT 许可证 发布
较早版本
版本 2.1
发布于 2026年9月4日 - 271.27 KB适用于 firefox 58.0 及更高版本Fixed spell checker failing to initialize on sites with strict Content Security Policies and in hardened Firefox forks (e.g. Zen Browser).
Spell checking now runs in the extension's background context, the dictionary loads once per browser instead of per tab, and errors show an orange indicator instead of failing silently.源代码遵循 MIT 许可证 发布
版本 2.0
发布于 2025年5月31日 - 274.9 KB适用于 firefox 58.0 及更高版本Major Changes:
Switched from Typo to NSpell: The add-on now uses NSpell instead of Typo.js for spell checking, which provides better performance and accuracy.
UI Improvements:
Added keyboard shortcut hints for better usability.
Added a red circle that appears when no suggestions are found for a misspelled words.
Added a green circle that appears when a word is correctly spelled correctly.
Performance Enhancements
Implemented Web Workers for spell checking to improve performance and prevent UI blocking.
Optimized the spell checking process for better responsiveness.
Keyboard shortcuts:
Space/Tab or Enter for selection.
J/K for navigation.
Q/Escape for closing the menu.源代码遵循 MIT 许可证 发布
版本 1.1
发布于 2024年10月17日 - 281.96 KB适用于 firefox 58.0 及更高版本What's New in This Version:
Cross-Browser Compatibility Improvements:
Updated the use of deprecated chrome.extension.getURL() to a modern, cross-browser approach using browser.runtime.getURL(), ensuring compatibility with both Chrome and Firefox.
Improved Spell Check Handling for Shadow DOM:
Enhanced the handling of input fields within Shadow DOMs to ensure spell-checking works seamlessly across more types of websites.
Contenteditable Element Support:
Added improved support for contenteditable elements, making the spell-checker functional in rich text editors, like those often used in web applications.源代码遵循 MIT 许可证 发布