@@ -23,7 +23,7 @@ Firefox/Microsoft Edge Chromium add-on to automatically capitalise words while t
2323- Optimized for responsive typing experience
2424
2525** Sentence Case Mode:**
26- - All capitalization waits for the debounce delay (default: 5 seconds)
26+ - All capitalization waits for the debounce delay (default: 5 seconds)
2727- No immediate processing - preserves exact typing flow
2828- Comprehensive sentence structure analysis after timeout
2929- Ideal for complex editing scenarios or when you prefer uninterrupted typing
@@ -63,7 +63,7 @@ Configure how long the extension waits after your last keystroke before performi
6363- Debounce only affects complex sentence processing
6464- Setting delay to 0 disables debouncing entirely
6565
66- ** Sentence Case Mode:**
66+ ** Sentence Case Mode:**
6767- ALL capitalization waits for the full debounce delay
6868- No immediate processing regardless of delay setting
6969- Comprehensive analysis runs only after timeout expires
@@ -75,7 +75,7 @@ Configure how long the extension waits after your last keystroke before performi
7575
7676** Recommendations:**
7777- ** Word Case** : 1000–3000 ms for balanced performance
78- - ** Sentence Case** : 3000–5000 ms for optimal typing flow
78+ - ** Sentence Case** : 3000–5000 ms for optimal typing flow
7979- ** Complex editors** : 5000+ ms to avoid interruptions during long typing sessions
8080
8181To change it, open the extension popup settings and update the Debounce Delay (ms) field. The change applies immediately to all newly observed inputs.
@@ -93,7 +93,11 @@ Certain sites reset the text change so this extension will not work on them.
9393- Reddit
9494- WhatsApp Web
9595- Facebook Messenger
96+ - Facebook
9697- Discord
98+ - Microsoft Teams
99+ - Amazon AWS
100+ - localhost
97101
98102
99103## How to contribute?
0 commit comments