2 Answers
This is a simpler command line, but will still open a new tab:
open -a Google\ Chrome <file>
2
Turns out this can be done with a few lines of javascript in a Chrome extension.
Still open to other answers, but in the meantime I’ve written a Chrome extension to do this and put the source online.
2
22