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 License 條款釋出
較舊版本
版本 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 License 條款釋出
版本 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 License 條款釋出