AddAccents version history - 4 versions
AddAccents by jeanl
AddAccents version history - 4 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.3
Released Mar 27, 2026 - 86.14 KBWorks with firefox 87.0 and laterVersion 0.3
- Multi-character keys: use abbreviations like AD, PH as keys for full expansions
- Longest match wins when multiple keys could match (e.g. A and AD both mapped)
- Automatic uppercase pairing: mapping e:é automatically also maps E:É
- Multi-line replacements: use \n in replacement values for line breaks
- Fix: extension now works on React/Vue/Angular login pages and other framework-controlled inputs
- Fix: works on input type="email" fields (selectionStart is null for email inputs)
- Fix: listener moved from window to document to handle pages that call stopImmediatePropagation
- Fix: retry connecting to background script on pages where it loads before the extension is ready
- Fix: curly quote syntax error that broke the extension in some Firefox versionsSource code released under MIT License
Older versions
Version 0.2.2
Released Feb 15, 2025 - 84.97 KBWorks with firefox 87.0 and laterThis version adds support for escape characters in replacement strings. For example a:this\,that\:end is valid and replaces "a" with this,that:endSource code released under MIT License
Version 0.2
Released May 11, 2022 - 84.82 KBWorks with firefox 87.0 and laterAdd support for simpler mapping: e:é:è:e is now equivalent to e:é,é:è,è:e
Change the default mapping to e:é:è:ê:ë:e,a:à:â:a,c:ç,o:ô:œ:o,u:ù:û:u,i:î:ï:i,$:€,d:°Source code released under MIT License
Version 0.1
Released May 10, 2022 - 84.83 KBWorks with firefox 87.0 and laterSource code released under MIT License