Click Define 版本历史 - 5 个版本
Click Define 作者: HalfToast
Click Define 版本历史 - 5 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 0.4.3
发布于 2026年5月18日 - 37.58 KB适用于 firefox 142.0 及更高版本, android 142.0 及更高版本0.4.3
Fixes
• Works on strict sites like WhatsApp Web and GitHub (was showing a network error).
• Works inside embedded frames (Medium widgets, comment sections).
• Cleaned up empty definitions, blank examples, and stray CSS text from Wiktionary.
• Synonyms and antonyms no longer show editorial notes in rare cases.源代码遵循 MIT 许可证 发布
较早版本
版本 0.4.2
发布于 2026年5月15日 - 35.45 KB适用于 firefox 142.0 及更高版本, android 142.0 及更高版本- Fix: form-of detection missed cases where Wiktionary's definition had extra text after the target word ("Plural of theory (collective)", "Simple past of run: a colloquial usage"). Detection now matches the first
of <word>near the start of the definition instead of requiring the entire suffix to be that word. "theories", "memories", "parties", "lives" → base word chip now appears. - Fix: added
variant,letter-case, andmisspeltto the form-of keyword list so "Variant of color", "Alternative letter-case form of dna", and British "Misspelt of receive" resolve. - Fix: race condition when double-clicking a second word before the first lookup finished. Each lookup now carries a sequence id and aborts cleanly if a newer one supersedes it.
- Fix: extension now runs inside iframes (
all_frames: truein the manifest), so words inside embedded articles (Medium widgets, comment frames, etc.) are clickable. - Fix: pure-number selections like "2024" or "1999" no longer trigger a lookup. The popup now requires at least one letter character in the selection.
源代码遵循 MIT 许可证 发布
- Fix: form-of detection missed cases where Wiktionary's definition had extra text after the target word ("Plural of theory (collective)", "Simple past of run: a colloquial usage"). Detection now matches the first
版本 0.4.1
发布于 2026年5月15日 - 34.84 KB适用于 firefox 142.0 及更高版本, android 142.0 及更高版本Look up words on your phone
Firefox for Android is now supported. Long-press a word to select it and the popup appears automatically, no extra taps. The popup resizes for small screens with larger buttons and chips, and tapping outside dismisses it on touch just like it does with a mouse.
Smarter Wiktionary parsing
Inflected forms are detected. Look up boxes, ran, happier, or recieve and the popup shows a chip in the header that jumps to the base word (box, run, happy, receive). Works across plurals, tenses, participles, gerunds, comparatives, superlatives, misspellings, romanizations, and gendered/case forms in other languages. Words with their own meanings (glasses, drunk, data) are left alone. A new opt-in setting reverses the direction and jumps straight to the lemma with a back-chip.
Cleaner definitions. Empty sub-sense placeholders and stray <style> blocks (which sometimes leaked through as raw CSS text at the end of a definition) are now filtered out before rendering.
Sentence-initial words work better. Lookups try the lowercase form first, since difficult or rare words are almost always lowercase.
Better defaults for multilingual reading
Page language auto-detect. With no language set, the popup defaults to the page's language (from <html lang>). Reading a French article, chat defaults to French; reading German, Bank defaults to German.
New Default language setting. The options page now offers ~45 languages to pin as your default, or leave on "Auto (use page language)" for the fallback chain above.
In-popup picker is session-only. Switching language for one lookup no longer silently overwrites your saved.
Network resilience
Transient DNS or connection hiccups now retry once silently after 400 ms, which catches most one-off failures. When a request really fails, you'll see a clear "Network error" state with a Retry button instead of a raw browser error message.
Quality of life
Sticky popup. The popup scrolls with the word being defined instead of staying pinned to a fixed viewport position.
Under the hood
The popup's click handling was consolidated into a single delegated handler with data-action attributes on buttons, adding new buttons no longer requires editing the event-binding code, and a duplicate close-handler was removed.源代码遵循 MIT 许可证 发布
版本 0.2.3
发布于 2026年5月13日 - 29.06 KB适用于 firefox 142.0 及更高版本Try lowercase form first when looking up a word, since difficult/rare words are almost always lowercase. Fixes inconsistent results for sentence-initial words.源代码遵循 MIT 许可证 发布