pviswanathan / ChromeAutoTextExpander

Google Chrome Extension : Auto Text Expander - listens for keypresses on pages that support it and will auto-replace text as you type. Keywords: javascript jquery chrome text expander replacement.
MIT License
157 stars 45 forks source link

Support URL in import #12

Closed devd closed 9 years ago

devd commented 9 years ago

It would be nice if I could have a webpage from which replacements are sync'ed and downloaded. The current import flow requires user to copy/paste the JSON file; instead, if I could just provide a URL that is checked on startup and updated, that would be really great!

carlinyuen commented 9 years ago

Hi @devd, the shortcuts are actually supposed to be sync'd to Chrome's sync storage, so in theory they should actually sync across browsers you log into. Due to some people putting in seriously large lists of shortcuts and expansions, simply using a URL doesn't work unless I want to start exposing a server where people can send their shortcuts and then generate a short link for them or something. Unfortunately, there's probably not a great workaround for this without potentially compromising security of the extension. :o\

carlinyuen commented 9 years ago

Hey @devd going to close this issue if you don't have other ideas around how to support this feature request!

devd commented 9 years ago

sounds good, unfortunately

carlinyuen commented 9 years ago

Yeah sorry friend, but maybe Chrome will expose better APIs for this one day!