AddAccents 版本历史 - 4 个版本
AddAccents 作者: jeanl
AddAccents 版本历史 - 4 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 0.3
发布于 2026年3月27日 - 86.14 KB适用于 firefox 87.0 及更高版本Version 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 versions源代码遵循 MIT 许可证 发布
较早版本
版本 0.2.2
发布于 2025年2月15日 - 84.97 KB适用于 firefox 87.0 及更高版本This version adds support for escape characters in replacement strings. For example a:this\,that\:end is valid and replaces "a" with this,that:end源代码遵循 MIT 许可证 发布
版本 0.2
发布于 2022年5月11日 - 84.82 KB适用于 firefox 87.0 及更高版本Add 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:°源代码遵循 MIT 许可证 发布