Should only add a space after the expansion if you typed a space. Fixing inconsistency with handling of trailing spaces.Changed popup warnings when Chrome is not syncing the shortcuts properly to use a warning banner instead that is less in-your-face and still let you navigate sites without crying in frustration.Figure out what's going on with the shortcut prefix issue.Increase max time for shortcut detection to 10s.Fix to let consecutive shortcuts fire even if typed without whitespace.Adding omnibox support (use keyword 'ate' and the Tab key to trigger).Add support for Salesforce CKEditor (thanks Fix for Zendesk (thanks Fix for Zendesk Inbox (thanks Fix for Outlook O365 OWA.Fix for missing check on CKEditor regex.Attempt to add Google Docs support (failed).Added support for React-powered input fields, should work on Facebook now, thanks to Toggle on/off from browser icon.Better iframe support, now supporting Hangouts!.Feel free to help contribute and expand on this project! Hope this is useful to someone out there would love any help optimizing and improving on it.
#Google chrome auto text expander update
When releasing a new version, please update the following with the version number: Domain whitelist/blacklist or on/off switch.Chrome's Sync Storage (shortcuts are synced across browsers).Also, this doesn't work in Google Hangouts due to cross-origin policies.Similarly, Facebook comments is unavailable due to ReactJS's system.
#Google chrome auto text expander series
It basically keeps track of any consecutive keystrokes within 500ms or since the last space character you typed, and checks to see if the series of keystrokes matches any of a number of custom shortcuts you may have defined, and will then replace and expand the text in the field if it matches anything. This simple chrome extension uses content scripts to insert javascript into any page you're using to attach a handler to your keydown event. Keywords: chrome, extension, expander, auto, automator, replace, text, shortcut, autotext.Īnother fun side project in my spare time. Google Chrome Extension : Auto Text Expander