Versiegeschiedenis van Click Define - 4 versies
Click Define door HalfToast
Versiegeschiedenis van Click Define - 4 versies
Wees voorzichtig met oude versies! Deze versies worden voor test- en referentiedoeleinden weergegeven.U dient altijd de meest recente versie van een add-on te gebruiken.
Nieuwste versie
Versie 0.4.2
Uitgegeven op 15 mei 2026 - 35,45 KBWerkt met firefox 142.0 en later, android 142.0 en later- 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.
Broncode vrijgegeven onder MIT-licentie
- 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
Oudere versies
Versie 0.4.1
Uitgegeven op 15 mei 2026 - 34,84 KBWerkt met firefox 142.0 en later, android 142.0 en laterLook 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.Broncode vrijgegeven onder MIT-licentie
Versie 0.2.3
Uitgegeven op 13 mei 2026 - 29,06 KBWerkt met firefox 142.0 en laterTry lowercase form first when looking up a word, since difficult/rare words are almost always lowercase. Fixes inconsistent results for sentence-initial words.Broncode vrijgegeven onder MIT-licentie
Versie 0.2.2
Uitgegeven op 9 mei 2026 - 27,79 KBWerkt met firefox 142.0 en laterFix warningsBroncode vrijgegeven onder MIT-licentie