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 versionsソースコードは MIT License に従いリリースされています
以前のバージョン
バージョン 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:endソースコードは MIT License に従いリリースされています
バージョン 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 License に従いリリースされています