AddAccents의 버전 기록 - 4개 버전
AddAccents 제작자: jeanl
AddAccents의 버전 기록 - 4개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.3
2026년 3월 27일에 출시 - 86.14 KBfirefox 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 versionsMIT 라이선스에 따라 릴리스된 소스 코드
이전 버전
버전 0.2.2
2025년 2월 15일에 출시 - 84.97 KBfirefox 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:endMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.2
2022년 5월 11일에 출시 - 84.82 KBfirefox 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 라이선스에 따라 릴리스된 소스 코드