thanks!
A couple of things:
- min version should be 2.1.9 for Framework translators.
- you can mark them compatible with Chrome and Safari
- we prefer a license (some version of GPL, ideally AGPL) on the translator - see most existing Framework translators for examples
- I don't understand what the "split" is doing on the url - that doesn't seem to make sense - if you want to remove everything after # and ?, a match(/^.+?[#\?]/) would make more sense.