Spell Checker 版本紀錄 - 3 個版本
Spell Checker 作者: Melker
Spell Checker 版本紀錄 - 3 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 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 License 條款釋出
下載 Firefox 並安裝擴充套件必須使用 Firefox 才能使用此擴充套件較舊版本
版本 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 License 條款釋出