I'm just getting started with Chrome extensions and I was wondering if this is feasible.
I'll often navigate to a local HTML file and open it up for viewing in Chrome. I'd like to be able to click an extension's icon to automatically take that local file URL and open up the file in a text editor installed on my computer (like Sublime Text for example).
As some commenters have pointed out, a duplicate question was asked 6 years ago. The accepted answer is deprecated today, but a more up-to-date answer (3 years ago) cites the native messaging API as a possible solution.
I'm hoping someone with a great understanding of it can tell me whether or not my end goal here is possible using this tech.